Fix Android refresh flicker and pin training host

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