Skip to content

Commit

Permalink
chore: update AGP and Kotlin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Feb 22, 2025
1 parent e8a6012 commit 9afca36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version '1.0.0'
id "com.android.application" version '8.8.0' apply false
id "org.jetbrains.kotlin.android" version '2.0.21' apply false
id "com.android.application" version '8.9.0-rc02' apply false
id "org.jetbrains.kotlin.android" version '2.1.10' apply false
}

include ":app"

0 comments on commit 9afca36

Please sign in to comment.