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

This commit is contained in:
2026-05-21 00:44:12 +05:00
parent 240d04ad74
commit 58f1b9fd6f

View File

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