Improve Android monitor incremental updates

This commit is contained in:
Codex
2026-07-09 22:39:26 +03:00
parent 7f1ac694e4
commit e21a96640d
4 changed files with 499 additions and 67 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ android {
applicationId = "xyz.kusoft.tradebotmonitor"
minSdk = 26
targetSdk = 36
versionCode = 12
versionName = "0.2.9"
versionCode = 15
versionName = "0.2.12"
}
}