Skip to content

Commit

Permalink
update versionCode
Browse files Browse the repository at this point in the history
Signed-off-by: singleNeuron <Cryolitia@gmail.com>
  • Loading branch information
Cryolitia committed Jan 30, 2021
1 parent 631aacc commit 5ca4b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "nil.nadph.qnotified"
minSdkVersion 21
targetSdkVersion 29
versionCode 41
versionName "0.8.10" + (getBuildIdSuffix.call() as String) + (getGitHeadRefsSuffix.call() as String)
versionCode 42
versionName "0.8.11" + (getBuildIdSuffix.call() as String) + (getGitHeadRefsSuffix.call() as String)
//testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled false
ndk {
Expand Down

0 comments on commit 5ca4b3f

Please sign in to comment.