chore: Bump to Flutter 3.44

This commit is contained in:
2026-07-25 17:16:37 +02:00
parent 9ef699be3c
commit 1bf4c93628
3 changed files with 16 additions and 14 deletions

View File

@@ -1,10 +1,15 @@
plugins {
id("com.android.application")
id("kotlin-android")
// The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins.
id("dev.flutter.flutter-gradle-plugin")
}
kotlin {
compilerOptions {
jvmTarget = org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_17
}
}
android {
namespace = "me.polynom.anitrack"
compileSdk = flutter.compileSdkVersion
@@ -15,10 +20,6 @@ android {
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_17.toString()
}
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "me.polynom.anitrack"

View File

@@ -1,4 +1,5 @@
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
android.newDsl=false
android.newDsl=false
android.builtInKotlin=false