release version 1.0.12
Auto Tag on Version Change / check-version (push) Successful in 6s
Build and Release APK / build (push) Failing after 14m56s

This commit is contained in:
2026-05-29 17:35:27 +05:00
parent f5f52829c7
commit 0efe833e40
+2 -2
View File
@@ -11,8 +11,8 @@ android {
applicationId = "sh.sar.basedbank"
minSdk = 26
targetSdk = 36
versionCode = 10
versionName = "1.0.11"
versionCode = 11
versionName = "1.0.12"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}