We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f654c6 commit 16d564cCopy full SHA for 16d564c
.circleci/config.yml
@@ -9,7 +9,7 @@ jobs:
9
release-build:
10
executor:
11
name: android/android-machine
12
- resource-class: large
+ resource-class: small
13
tag: default
14
steps:
15
- checkout
version.sh
@@ -22,8 +22,7 @@ function incrementVersionCode {
22
23
function incrementVersionName {
24
./gradlew incrementPatch
25
- ./gradlew getVersionName
26
- VERSION=$(./gradlew getVersionName)
+ VERSION=$(./gradlew -q getVersionName)
27
echo "export VERSION_NAME=$VERSION" >> "$BASH_ENV"
28
source "$BASH_ENV"
29
}
0 commit comments