Fix multiple_flutters_android (#1005)

pull/1006/head
Michael Goderbauer 2 years ago committed by GitHub
parent 0024df9dad
commit 5f4d30740c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ android {
self {
}
}
compileSdkVersion 30
compileSdkVersion 31
defaultConfig {
applicationId "dev.flutter.multipleflutters"

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.3.72"
ext.kotlin_version = "1.6.0"
repositories {
google()
jcenter()

Loading…
Cancel
Save