Skip to content

Commit

Permalink
feat: super green pass
Browse files Browse the repository at this point in the history
change versioncode and version number to 1.1.8
  • Loading branch information
Light2288 committed Dec 1, 2021
1 parent 6fb0737 commit deb18c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ android {
applicationId "it.ministerodellasalute.verificaC19"
minSdkVersion Config.minSdk
targetSdkVersion Config.targetSdk
versionCode 584
versionName "1.1.6"
versionCode 611
versionName "1.1.8"
testInstrumentationRunner Config.androidTestInstrumentation
}

buildTypes {
debug {
minifyEnabled false
debuggable true
debuggable false
}

release {
Expand Down

0 comments on commit deb18c6

Please sign in to comment.