Explorar el Código
Merge pull request #495 from juliuscanute/dependabot/gradle/example/android/kotlin_version-1.6.10
Bump kotlin_version from 1.5.31 to 1.6.10 in /example/android
flutter-beta
Julian Steenbakker
hace 4 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
example/android/build.gradle
|
|
|
@@ -1,5 +1,5 @@ |
|
|
|
buildscript { |
|
|
|
ext.kotlin_version = '1.5.31' |
|
|
|
ext.kotlin_version = '1.6.10' |
|
|
|
repositories { |
|
|
|
google() |
|
|
|
mavenCentral() |
|
|
|
|