fix: simplify device name matching logic

This commit is contained in:
Nedifinita
2025-07-26 00:52:18 +08:00
parent c8ab5f7ff8
commit e1773370d6
3 changed files with 6 additions and 23 deletions

View File

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