keep kotlin in version 1.8.0

This commit is contained in:
Adam Velebil 2023-02-08 17:56:48 +01:00
parent 25fe77f721
commit 0991ba165c
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.8.10'
ext.kotlin_version = '1.8.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.8.10'
ext.kotlin_version = '1.8.0'
repositories {
google()
mavenCentral()