Skip to content

Commit f9cca96

Browse files
committed
versioning
1 parent 9538eef commit f9cca96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

misc/inject_circle_build_number.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# uses the vcs build number as the android version code and adds it to the display version string.
22
#MAJOR_MINOR=`cat version.txt`
3-
VERSION_CODE=$VCS_BUILD_NUMBER
3+
VERSION_CODE=$CIRCLE_BUILD_NUM
44
VERSION_NAME="$MAJOR_MINOR.$VERSION_CODE"
55

66
echo "Building with Version Name: $VERSION_NAME"

0 commit comments

Comments
 (0)