Skip to content

Commit

Permalink
updated versionCode manually
Browse files Browse the repository at this point in the history
  • Loading branch information
codephillip committed Sep 24, 2020
1 parent 056ef92 commit 85d7afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion collect_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ android {
applicationId('org.odk.getin.android')
minSdkVersion(16)
targetSdkVersion(28)
versionCode LEGACY_BUILD_NUMBER_OFFSET + getMasterCommitCount() + 314
versionCode LEGACY_BUILD_NUMBER_OFFSET + getMasterCommitCount() + 330
versionName getVersionName()
testInstrumentationRunner('androidx.test.runner.AndroidJUnitRunner')
multiDexEnabled true
Expand Down
2 changes: 1 addition & 1 deletion collect_app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":3878,"versionName":"1.24-8-gf99d167b5-dirty","enabled":true,"outputFile":"collect-release.apk","fullName":"release","baseName":"release"},"path":"collect-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":3875,"versionName":"1.24-10-g056ef9242","enabled":true,"outputFile":"collect-release.apk","fullName":"release","baseName":"release"},"path":"collect-release.apk","properties":{}}]

0 comments on commit 85d7afd

Please sign in to comment.