Release version 1.0.11
Build and Release APK / build (push) Failing after 15m35s
Auto Tag on Version Change / check-version (push) Successful in 28s

This commit is contained in:
2026-05-28 23:40:19 +05:00
parent 9b284cc8d4
commit ed5b456e3b
+2 -2
View File
@@ -11,8 +11,8 @@ android {
applicationId = "sh.sar.basedbank"
minSdk = 26
targetSdk = 36
versionCode = 9
versionName = "1.0.10"
versionCode = 10
versionName = "1.0.11"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}