We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9538eef commit f9cca96Copy full SHA for f9cca96
1 file changed
misc/inject_circle_build_number.sh
@@ -1,6 +1,6 @@
1
# uses the vcs build number as the android version code and adds it to the display version string.
2
#MAJOR_MINOR=`cat version.txt`
3
-VERSION_CODE=$VCS_BUILD_NUMBER
+VERSION_CODE=$CIRCLE_BUILD_NUM
4
VERSION_NAME="$MAJOR_MINOR.$VERSION_CODE"
5
6
echo "Building with Version Name: $VERSION_NAME"
0 commit comments