release version 1.0.6
All checks were successful
Auto Tag on Version Change / check-version (push) Successful in 3s
Build and Release APK / build (push) Successful in 3m52s

This commit is contained in:
2026-05-21 23:24:14 +05:00
parent 38570615dd
commit 105518e147

View File

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