Skip to content

Commit

Permalink
Use fixed versionCode
Browse files Browse the repository at this point in the history
The reasons for using a dynamic one don't exist here since the repo is not used for dev.
  • Loading branch information
lognaturel committed May 3, 2022
1 parent b181d0e commit 1f43bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collect_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ android {
applicationId('org.koboc.collect.android')
minSdkVersion Versions.android_min_sdk
targetSdkVersion Versions.android_target_sdk
versionCode LEGACY_BUILD_NUMBER_OFFSET + getMasterCommitCount()
versionCode 4134
versionName getVersionName()
testInstrumentationRunner('androidx.test.runner.AndroidJUnitRunner')
multiDexEnabled true
Expand Down

0 comments on commit 1f43bed

Please sign in to comment.