use kotlin 1.9.0 because of codeql

This commit is contained in:
Adam Velebil 2023-08-28 15:53:54 +02:00
parent 2730e2a96e
commit 74a3cd2568
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.9.10'
ext.kotlin_version = '1.9.0'
repositories {
google()
mavenCentral()

View File

@ -2,7 +2,7 @@ group 'com.yubico.authenticator.flutter_plugins.qrscanner_zxing'
version '1.0'
buildscript {
ext.kotlin_version = '1.9.10'
ext.kotlin_version = '1.9.0'
repositories {
google()
mavenCentral()