From 4c60dc8eb6d447baaf226defa8dc9eb0cba76c0f Mon Sep 17 00:00:00 2001 From: bitscuit Date: Fri, 19 Mar 2021 14:36:28 +0100 Subject: [PATCH] Bump to v1.1.2 b6 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9abe72a..5d2f85e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "be.bitscuit.calendar" minSdkVersion 16 targetSdkVersion 29 - versionCode 5 - versionName "1.1.1" + versionCode 6 + versionName "1.1.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {