From cf2d276b042cf7d5c5f4cdee5a843d9c76b41b4b Mon Sep 17 00:00:00 2001 From: Nain57 Date: Sat, 25 Dec 2021 14:27:24 +0100 Subject: [PATCH] Change version to 1.2.3 --- smartautoclicker/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smartautoclicker/build.gradle b/smartautoclicker/build.gradle index 1019d74d4..0afa4b984 100644 --- a/smartautoclicker/build.gradle +++ b/smartautoclicker/build.gradle @@ -34,8 +34,8 @@ android { applicationId "com.buzbuz.smartautoclicker" minSdkVersion 24 targetSdkVersion 31 - versionCode 10 - versionName "1.2.2" + versionCode 11 + versionName "1.2.3" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }