feat: enhance MainActivity UI with edge-to-edge support and improved TopAppBar layout in HistoryScreen

This commit is contained in:
Nedifinita
2025-07-19 19:09:19 +08:00
parent 560797b679
commit 2aa0dd00a2
3 changed files with 84 additions and 89 deletions

View File

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