diff --git a/app/build.gradle b/app/build.gradle index 47a39d9..8649b2e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "fr.sanchezm.attestationsCovid19" minSdkVersion 23 targetSdkVersion 29 - versionCode 6 - versionName "1.0.4" + versionCode 10000 + versionName "1.0.4-alpha1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }