From 92e8cbd45073778d69f8910c93528b317a54255f Mon Sep 17 00:00:00 2001 From: Finn M Glas Date: Wed, 20 May 2020 15:41:09 +0200 Subject: [PATCH] Bump version code to 3 and version `1.1.1` --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1a7c10f..1bd88f8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.finnmglas.launcher" minSdkVersion 16 targetSdkVersion 29 - versionCode 3 - versionName "1.1.0" + versionCode 4 + versionName "1.1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }