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

This commit is contained in:
2026-05-19 18:26:19 +05:00
parent 3a5b9459a9
commit b1e73533f6

View File

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