Skip to content

Commit 08a9d2a

Browse files
authored
fix: Build failure caused by Internal R8 NPE on field "b"
See: https://issuetracker.google.com/issues/389508413
1 parent 4b7b05a commit 08a9d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/settings.gradle.kts

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

1818
plugins {
1919
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
20-
id("com.android.application") version "8.8.0" apply false
20+
id("com.android.application") version "8.9.0" apply false
2121
id("org.jetbrains.kotlin.android") version "2.1.10" apply false
2222
}
2323

0 commit comments

Comments
 (0)