Przeglądaj źródła
Merge pull request #497 from juliuscanute/dependabot/gradle/android/kotlin_version-1.6.10
Bump kotlin_version from 1.5.31 to 1.6.10 in /android
flutter-beta
Julian Steenbakker
4 lat temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
1 dodań i
1 usunięć
-
android/build.gradle
|
|
|
@@ -2,7 +2,7 @@ group 'net.touchcapture.qr.flutterqr' |
|
|
|
version '1.0-SNAPSHOT' |
|
|
|
|
|
|
|
buildscript { |
|
|
|
ext.kotlin_version = '1.5.31' |
|
|
|
ext.kotlin_version = '1.6.10' |
|
|
|
repositories { |
|
|
|
google() |
|
|
|
mavenCentral() |
|
|
|
|