Version 2.0.1 and versionCode 10

This commit is contained in:
Mathieu Sanchez 2020-10-31 10:00:53 +01:00
parent dd12a6a91e
commit eea7a7b27c
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ android {
applicationId "fr.sanchezm.attestationsCovid19"
minSdkVersion 23
targetSdkVersion 30
versionCode 9
versionName "2.0.0"
versionCode 10
versionName "2.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}