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