android build fixed

main
joschy2002 2025-06-23 01:38:35 +02:00
parent 4860e33a82
commit ef81bdfb3a
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ android {
applicationId = "com.example.trainerbox"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = 21 // Mindest-SDK-Version für moderne Android-Geräte
minSdk = 23
targetSdk = 35
versionCode = 1
versionName = "1.0"

View File

@ -22,7 +22,7 @@ plugins {
// START: FlutterFire Configuration
id("com.google.gms.google-services") version("4.3.15") apply false
// END: FlutterFire Configuration
id("org.jetbrains.kotlin.android") version "1.8.22" apply false
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
}
include(":app")