Version 2.0.0 version code 9

This commit is contained in:
Mathieu Sanchez 2020-10-24 17:19:49 +02:00
parent 849d6d4665
commit 8807105c06
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 29
compileSdkVersion 30
buildToolsVersion "29.0.3"
buildFeatures {
@ -14,8 +14,8 @@ android {
defaultConfig {
applicationId "fr.sanchezm.attestationsCovid19"
minSdkVersion 23
targetSdkVersion 29
versionCode 7
targetSdkVersion 30
versionCode 9
versionName "2.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"