From 9035dae9ee02a0010e3573786469e91347c2aef4 Mon Sep 17 00:00:00 2001 From: Aldo Gunsing Date: Wed, 30 Dec 2020 16:41:06 +0100 Subject: [PATCH] Bump version to 1.6.2 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 71c0262..9b60970 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.decsync.cc" minSdkVersion 21 targetSdkVersion 29 - versionCode 27 - versionName "1.6.1" + versionCode 28 + versionName "1.6.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true }