feat: modernize bluetooth apis

This commit is contained in:
Nedifinita
2025-07-18 18:51:04 +08:00
parent 2086e1a3bb
commit b8ce9ba177
5 changed files with 32 additions and 13 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId = "org.noxylva.lbjconsole"
minSdk = 29
targetSdk = 35
versionCode = 1
versionName = "0.0.1"
versionCode = 2
versionName = "0.0.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}