diff --git a/android/app/build.gradle b/android/app/build.gradle index ce90f3b..dbebf19 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -6,7 +6,7 @@ plugins { ext{ geckoviewChannel = "nightly" - geckoviewVersion = "134.0.20241101094230" + geckoviewVersion = "134.0.20241125094045" ext.kotlin_version = '2.0.21' } @@ -34,12 +34,12 @@ android { ndkVersion flutter.ndkVersion compileOptions { - sourceCompatibility JavaVersion.VERSION_17 - targetCompatibility JavaVersion.VERSION_17 + sourceCompatibility JavaVersion.VERSION_21 + targetCompatibility JavaVersion.VERSION_21 } kotlinOptions { - jvmTarget = '17' + jvmTarget = '21' } sourceSets { @@ -51,7 +51,7 @@ android { applicationId "moe.coreproject" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. - minSdkVersion 24 /* flutter.minSdkVersion */ + minSdkVersion flutter.minSdkVersion targetSdkVersion flutter.targetSdkVersion versionCode flutterVersionCode.toInteger() versionName flutterVersionName diff --git a/android/settings.gradle b/android/settings.gradle index ab8e11c..d94fe21 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -18,8 +18,8 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version "7.4.2" apply false + id "com.android.application" version "8.2.1" apply false id "org.jetbrains.kotlin.android" version "2.0.21" apply false } -include ":app" \ No newline at end of file +include ":app"