4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-05-30 19:25:44 +08:00

feat!: upgrade kotlin@1.4.32 ()

This commit is contained in:
Mosab A 2021-04-14 05:29:09 +03:00 committed by GitHub
parent 9c3195c1ee
commit 676f98d82d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
bin/templates/project
test/android

@ -19,7 +19,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.4.31'
ext.kotlin_version = '1.4.32'
apply from: 'repositories.gradle'
repositories repos
dependencies {

@ -19,7 +19,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.4.31'
ext.kotlin_version = '1.4.32'
repositories {
google()