Skip to content

Commit 9d01082

Browse files
committed
chore: update AGP version to 8.6.0 & Kotlin version to 2.1.0
1 parent 459eaea commit 9d01082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "8.5.0" apply false
22-
id "org.jetbrains.kotlin.android" version "1.8.10" apply false
21+
id "com.android.application" version "8.6.0" apply false
22+
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
2323
}
2424

2525
include ":app"

0 commit comments

Comments
 (0)