Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
changed version code calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
konishon committed Jun 27, 2019
1 parent 1514ad5 commit 5fce185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion collect_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ android {
targetSdkVersion(26)
//versionCode LEGACY_BUILD_NUMBER_OFFSET + getMasterCommitCount()
//versionName getVersionName()
versionCode versionMajor*100+versionMinor*100+versionPatch
versionCode versionMajor*1000+versionMinor*100+versionPatch
versionName "${versionMajor}.${versionMinor}.${versionPatch}-beta"
System.out.println(versionName + " " + versionCode)
testInstrumentationRunner('android.support.test.runner.AndroidJUnitRunner')
Expand Down
4 changes: 1 addition & 3 deletions collect_app/internal/output.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@

[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1103,"versionName":"2.9.3-beta","enabled":true,"outputFile":"collect-internal2.9.3-beta.apk","fullName":"internal","baseName":"internal"},"path":"collect-internal2.9.3-beta.apk","properties":{}}]

[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":3001,"versionName":"3.0.1-beta","enabled":true,"outputFile":"collect-internal3.0.1-beta.apk","fullName":"internal","baseName":"internal"},"path":"collect-internal3.0.1-beta.apk","properties":{}}]

0 comments on commit 5fce185

Please sign in to comment.