feat: add BLE disconnection cleanup and enhance record management

This commit is contained in:
Nedifinita
2025-07-22 17:27:38 +08:00
parent d64138cea5
commit 799410eeb2
10 changed files with 161 additions and 83 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId = "org.noxylva.lbjconsole"
minSdk = 29
targetSdk = 35
versionCode = 5
versionName = "0.0.5"
versionCode = 6
versionName = "0.0.6"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}