diff --git a/android/build.gradle b/android/build.gradle index f9936e17..602ff11f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -9,7 +9,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.1.2' + classpath 'com.android.tools.build:gradle:8.13.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } diff --git a/example/android/settings.gradle b/example/android/settings.gradle index 543539b7..e6ffdb07 100644 --- a/example/android/settings.gradle +++ b/example/android/settings.gradle @@ -18,7 +18,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version '8.13.0' apply false + id "com.android.application" version '8.13.2' apply false id "org.jetbrains.kotlin.android" version "2.2.21" apply false }