Skip to content

Commit 24f925d

Browse files
committed
build(build.sh): change android_version_string
1 parent f22be95 commit 24f925d

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}_${BUILD_NUMBER}"
1313

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

0 commit comments

Comments
 (0)