bump kotlin version to 1.8.0

This commit is contained in:
Adam Velebil 2023-01-24 09:37:32 +01:00
parent b217a17250
commit aa456c26c1
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.7.22'
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.7.22'
ext.kotlin_version = '1.8.0'
repositories {
google()
mavenCentral()