release v1.0.8
All checks were successful
Auto Tag on Version Change / check-version (push) Successful in 6s
Build and Release APK / build (push) Successful in 4m6s

This commit is contained in:
2026-05-23 22:52:27 +05:00
parent f9c182fe9a
commit 473e051282

View File

@@ -11,8 +11,8 @@ android {
applicationId = "sh.sar.basedbank"
minSdk = 26
targetSdk = 36
versionCode = 6
versionName = "1.0.7"
versionCode = 7
versionName = "1.0.8"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}