feat: update locomotive type support and optimized position display format

This commit is contained in:
Nedifinita
2025-08-19 19:10:04 +08:00
parent 0f98b6bcf7
commit 0bf7033c6c
9 changed files with 147 additions and 215 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId = "org.noxylva.lbjconsole"
minSdk = 29
targetSdk = 35
versionCode = 11
versionName = "0.1.2"
versionCode = 13
versionName = "0.1.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}