Add NFC related prompts (on/off/default/not supported), release version 1.0.17
Auto Tag on Version Change / check-version (push) Failing after 14m33s
Build and Release APK / build (push) Failing after 18m35s

This commit is contained in:
2026-06-04 02:03:15 +05:00
parent e978f11343
commit e3c6b3a695
5 changed files with 86 additions and 17 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ android {
applicationId = "sh.sar.basedbank"
minSdk = 26
targetSdk = 36
versionCode = 15
versionName = "1.0.16"
versionCode = 16
versionName = "1.0.17"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}