Skip to content

Commit 44704ab

Browse files
benmartenEnuviel
authored andcommitted
build(build.sh): use ANDROID_VERSION_STRING for build version
1 parent 829fd1e commit 44704ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -eo pipefail; [[ $DEBUG ]] && set -x
99
if [[ -z "${BUILD_NUMBER+x}" ]]; then
1010
BUILD_NUMBER=$(date "+%s")
1111
fi
12-
export ANDROID_VERSION_STRING="${ANDROID_VERSION}_${BUILD_NUMBER}"
12+
export ANDROID_VERSION_STRING=${ANDROID_VERSION_STRING:-${ANDROID_VERSION}.${BUILD_NUMBER}}
1313

1414
for i in "$@"; do
1515
case $i in

0 commit comments

Comments
 (0)