fix: correct the error in train_number_info.csv

This commit is contained in:
undef-i
2025-08-05 19:29:46 +08:00
parent 4278de2a8d
commit 65bf7b52c6
7 changed files with 17 additions and 11 deletions

View File

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