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" }