Skip to content

Commit 5bac481

Browse files
committed
AGP to 8.9.1
1 parent 4cd431e commit 5bac481

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
dependencies {
12-
classpath("com.android.tools.build:gradle:8.7.3")
12+
classpath("com.android.tools.build:gradle:8.9.1")
1313
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version")
1414
}
1515
}

example/android/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
21-
id("com.android.application") version "8.7.3" apply false
21+
id("com.android.application") version "8.9.1" apply false
2222
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
2323
}
2424

0 commit comments

Comments
 (0)