Sfoglia il codice sorgente
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 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
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() |
|
|
|
|