From 8807105c06cd3ddd00cefb6e4b5443c3767f3c75 Mon Sep 17 00:00:00 2001 From: Mathieu Sanchez Date: Sat, 24 Oct 2020 17:19:49 +0200 Subject: [PATCH] Version 2.0.0 version code 9 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b008737..59686e9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"