feat: add record merging functionality and optimize settings page

This commit is contained in:
Nedifinita
2025-07-19 21:07:11 +08:00
parent a1a9a479f9
commit d64138cea5
8 changed files with 1795 additions and 420 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId = "org.noxylva.lbjconsole"
minSdk = 29
targetSdk = 35
versionCode = 4
versionName = "0.0.4"
versionCode = 5
versionName = "0.0.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}