Skip to content

Commit 16d564c

Browse files
committed
v3.0
* Add circleci config.yml
1 parent 9f654c6 commit 16d564c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release-build:
1010
executor:
1111
name: android/android-machine
12-
resource-class: large
12+
resource-class: small
1313
tag: default
1414
steps:
1515
- checkout

version.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ function incrementVersionCode {
2222

2323
function incrementVersionName {
2424
./gradlew incrementPatch
25-
./gradlew getVersionName
26-
VERSION=$(./gradlew getVersionName)
25+
VERSION=$(./gradlew -q getVersionName)
2726
echo "export VERSION_NAME=$VERSION" >> "$BASH_ENV"
2827
source "$BASH_ENV"
2928
}

0 commit comments

Comments
 (0)