made new release 2.5.1

This commit is contained in:
Odweta
2025-02-06 15:09:25 +01:00
parent 12d891a0e4
commit 06f9d7521b
5 changed files with 15 additions and 16 deletions
+3 -3
View File
@@ -12,7 +12,7 @@ tasks.register("printVersionName") {
tasks.register("deploy") {
dependsOn("assembleDebug")
//dependsOn("installDebug")
dependsOn("installDebug")
doLast {
exec {
commandLine("adb", "shell", "am", "start", "-n", "com.odweta.solon/.MainActivity")
@@ -32,8 +32,8 @@ android {
applicationId = "com.odweta.solon"
minSdk = 28
targetSdk = 34
versionCode = 213
versionName = "2.5"
versionCode = 214
versionName = "2.5.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}