Version 1.0.4-alpha1 version code 10000

This commit is contained in:
Mathieu Sanchez 2020-04-29 23:50:28 +02:00
parent 12a6a241f3
commit e08476881d

View File

@ -15,8 +15,8 @@ android {
applicationId "fr.sanchezm.attestationsCovid19" applicationId "fr.sanchezm.attestationsCovid19"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 29 targetSdkVersion 29
versionCode 6 versionCode 10000
versionName "1.0.4" versionName "1.0.4-alpha1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }