Handle Android API authorization setup

This commit is contained in:
Codex
2026-06-27 08:12:54 +03:00
parent ab2557ea26
commit f1f1cbb1e0
3 changed files with 56 additions and 12 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ android {
applicationId = "xyz.kusoft.tradebotmonitor"
minSdk = 26
targetSdk = 36
versionCode = 3
versionName = "0.2.0"
versionCode = 4
versionName = "0.2.1"
}
}