Upade Kotlin for Flutter 3.7.1

This commit is contained in:
Sarah Jamie Lewis 2023-02-06 15:43:22 -08:00
parent f68785975a
commit bf08a397b6
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ if (keystorePropertiesFile.exists()) {
} }
android { android {
compileSdkVersion 31 compileSdkVersion 33
sourceSets { sourceSets {
main.java.srcDirs += 'src/main/kotlin' main.java.srcDirs += 'src/main/kotlin'

View File

@ -1,5 +1,5 @@
buildscript { buildscript {
ext.kotlin_version = '1.5.31' ext.kotlin_version = '1.6.21'
repositories { repositories {
google() google()
// jCenter() no longer exists... https://blog.gradle.org/jcenter-shutdown // jCenter() no longer exists... https://blog.gradle.org/jcenter-shutdown