Cached Http-Request

und gefixxt: tastur überlagert sich mit eingabefeld
This commit is contained in:
Jonas Braus
2024-11-24 21:59:39 +01:00
parent f870be4af7
commit b7de4065f8
7 changed files with 294 additions and 112 deletions
+3 -3
View File
@@ -11,12 +11,12 @@ android {
ndkVersion = flutter.ndkVersion
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8
jvmTarget = 17
}
defaultConfig {