Skip to content

Commit

Permalink
bump Kotlin version to 2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Feb 3, 2025
1 parent 35b3c5a commit a93e489
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'com.yubico.authenticator.flutter_plugins.qrscanner_zxing'
version '1.0'

buildscript {
ext.kotlin_version = '2.1.0'
ext.kotlin_version = '2.1.10'
repositories {
google()
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,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.1.0" apply false
id "org.jetbrains.kotlin.plugin.serialization" version "2.1.0" apply false
id "org.jetbrains.kotlin.android" version "2.1.10" apply false
id "org.jetbrains.kotlin.plugin.serialization" version "2.1.10" apply false
id "com.google.android.gms.oss-licenses-plugin" version "0.10.6" apply false
}

Expand Down

0 comments on commit a93e489

Please sign in to comment.