From 8bdf872f5797a648664ac599f396073ae070ba31 Mon Sep 17 00:00:00 2001 From: Nain57 Date: Sat, 2 Dec 2023 13:50:59 +0100 Subject: [PATCH] Change version to 2.4.1 --- smartautoclicker/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smartautoclicker/build.gradle b/smartautoclicker/build.gradle index 01465783e..cf87fa925 100644 --- a/smartautoclicker/build.gradle +++ b/smartautoclicker/build.gradle @@ -42,8 +42,8 @@ android { applicationId "com.buzbuz.smartautoclicker" minSdk rootProject.ext.minSdkVersion targetSdk rootProject.ext.compileSdkVersion - versionCode 39 - versionName "2.4.0" + versionCode 40 + versionName "2.4.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }