From 74a3cd2568c45e7014e4350b4e56290759d6b87d Mon Sep 17 00:00:00 2001 From: Adam Velebil Date: Mon, 28 Aug 2023 15:53:54 +0200 Subject: [PATCH] use kotlin 1.9.0 because of codeql --- android/build.gradle | 2 +- android/flutter_plugins/qrscanner_zxing/android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 7533c553..f2914fc5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.9.10' + ext.kotlin_version = '1.9.0' repositories { google() mavenCentral() diff --git a/android/flutter_plugins/qrscanner_zxing/android/build.gradle b/android/flutter_plugins/qrscanner_zxing/android/build.gradle index 1eaf8b29..17bb15b9 100644 --- a/android/flutter_plugins/qrscanner_zxing/android/build.gradle +++ b/android/flutter_plugins/qrscanner_zxing/android/build.gradle @@ -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()