From 30f2be5a7937419da61788fbb02d6e11089ecda5 Mon Sep 17 00:00:00 2001 From: Nain57 Date: Sun, 5 Jun 2022 13:57:00 +0200 Subject: [PATCH] Change version to 1.5.1 --- smartautoclicker/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smartautoclicker/build.gradle b/smartautoclicker/build.gradle index c3da9bf8c..541fff9f0 100644 --- a/smartautoclicker/build.gradle +++ b/smartautoclicker/build.gradle @@ -35,8 +35,8 @@ android { applicationId "com.buzbuz.smartautoclicker" minSdk rootProject.ext.minSdkVersion targetSdk rootProject.ext.compileSdkVersion - versionCode 16 - versionName "1.5.0" + versionCode 17 + versionName "1.5.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }