Skip to content

Commit 22dde45

Browse files
authored
chore(flavors): update android AGP and Kotlin versions (#17)
1 parent 3c42798 commit 22dde45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flavors/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 "7.3.0" apply false
22-
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
21+
id "com.android.application" version "8.1.1" apply false
22+
id "org.jetbrains.kotlin.android" version "1.8.10" apply false
2323
}
2424

2525
include ":app"

0 commit comments

Comments
 (0)