From eea7a7b27c6369984df238b230c3073b078155f3 Mon Sep 17 00:00:00 2001 From: Mathieu Sanchez Date: Sat, 31 Oct 2020 10:00:53 +0100 Subject: [PATCH] Version 2.0.1 and versionCode 10 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 59686e9..9e60841 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" }