feat: add timestamp logging for received messages, optimize page details

This commit is contained in:
Nedifinita
2025-07-18 23:53:55 +08:00
parent b8ce9ba177
commit 4f2c1f0e24
9 changed files with 331 additions and 154 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId = "org.noxylva.lbjconsole"
minSdk = 29
targetSdk = 35
versionCode = 2
versionName = "0.0.2"
versionCode = 3
versionName = "0.0.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}