version 1.0.7
All checks were successful
Auto Tag on Version Change / check-version (push) Successful in 4s
Build and Release APK / build (push) Successful in 4m55s

This commit is contained in:
2026-05-22 06:43:36 +05:00
parent 88c9f153e5
commit 94b280a177

View File

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