From b712c391ce0e5d292dd82a4f143e8afb700a4603 Mon Sep 17 00:00:00 2001 From: Mathieu Sanchez Date: Sat, 24 Oct 2020 17:34:02 +0200 Subject: [PATCH] Version 2.0.0-beta1 code 1003 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 87d0652..bfd5e58 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "fr.sanchezm.attestationsCovid19" minSdkVersion 23 targetSdkVersion 30 - versionCode 1002 - versionName "1.0.5-beta1" + versionCode 1003 + versionName "2.0.0-beta1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }