Skip to content

Commit

Permalink
add kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
gmochid committed Apr 16, 2024
1 parent 01bd5f8 commit 66b8af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ flutter {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.10"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0"
implementation 'com.google.android.gms:play-services-vision:20.1.3'

// Import the BoM for the Firebase platform
Expand Down
2 changes: 1 addition & 1 deletion app/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.3.0" apply false
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
id "org.jetbrains.kotlin.android" version "1.9.0" apply false
}

include ":app"

0 comments on commit 66b8af9

Please sign in to comment.