From 75c0e004f60148f5025fa0b575a9ce2a2aa77e88 Mon Sep 17 00:00:00 2001 From: Mathieu Sanchez Date: Sun, 26 Apr 2020 10:07:58 +0200 Subject: [PATCH] Version 1.0.2 version code 4 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5fa3dc8..588fb24 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "fr.sanchezm.attestationsCovid19" minSdkVersion 23 targetSdkVersion 29 - versionCode 3 - versionName "1.0.1" + versionCode 4 + versionName "1.0.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }