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

This commit is contained in:
2026-05-28 02:18:38 +05:00
parent d292e73fd9
commit da85a31bc6

View File

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