improve UI

This commit is contained in:
deltamaya
2024-10-28 16:44:13 +08:00
parent 66f96a580c
commit abc3623026
3 changed files with 63 additions and 42 deletions

View File

@@ -43,6 +43,9 @@ android {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions{
jvmTarget = JavaVersion.VERSION_17
}
signingConfigs {
debug {