Skip to content

Commit

Permalink
Update settings.gradle
Browse files Browse the repository at this point in the history
fixed kotlin issue
  • Loading branch information
AadiVN authored Sep 20, 2024
1 parent ab334d8 commit fd86876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
// START: FlutterFire Configuration
id "com.google.gms.google-services" version "4.3.15" apply false
// END: FlutterFire Configuration
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
id "org.jetbrains.kotlin.android" version "2.0.20" apply false
}

include ":app"

0 comments on commit fd86876

Please sign in to comment.