fix: correct incorrect rendering and status of map marker points

This commit is contained in:
undef-i
2025-08-03 16:29:06 +08:00
parent 59e9987d7f
commit 4278de2a8d
35 changed files with 201 additions and 115 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId = "org.noxylva.lbjconsole"
minSdk = 29
targetSdk = 35
versionCode = 9
versionName = "0.1.0"
versionCode = 10
versionName = "0.1.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -60,6 +60,7 @@ android {
}
lint {
disable += "NullSafeMutableLiveData"
warning += "MissingPermission"
}
}