From 9f5cf461946d5bd5d24c6935a24f4bdd5c079f59 Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Wed, 2 Nov 2022 22:49:20 +0100 Subject: [PATCH] Version 1.2.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b645f18..5c2e573 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.cyb3rko.flashdim" minSdk 33 targetSdk 33 - versionCode 5 - versionName "1.2.0" + versionCode 6 + versionName "1.2.1" } // signingConfigs { // Properties properties = new Properties()