Fix Android monitor scroll stability

This commit is contained in:
Codex
2026-06-26 22:21:24 +03:00
parent 9c983ac0bb
commit 4e811daaf2
2 changed files with 33 additions and 7 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ android {
applicationId = "xyz.kusoft.tradebotmonitor"
minSdk = 26
targetSdk = 36
versionCode = 1
versionName = "0.1.0"
versionCode = 2
versionName = "0.1.1"
}
}