We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22be95 commit 24f925dCopy full SHA for 24f925d
build.sh
@@ -9,7 +9,7 @@ set -eo pipefail; [[ $DEBUG ]] && set -x
9
if [[ -z "${BUILD_NUMBER+x}" ]]; then
10
BUILD_NUMBER=$(date "+%s")
11
fi
12
-export ANDROID_VERSION_STRING="$ANDROID_VERSION.$BUILD_NUMBER"
+export ANDROID_VERSION_STRING="${ANDROID_VERSION}_${BUILD_NUMBER}"
13
14
for i in "$@"; do
15
case $i in
0 commit comments