Fix multiple_flutters_android (#1005)

pull/1006/head
Michael Goderbauer 4 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 { self {
} }
} }
compileSdkVersion 30 compileSdkVersion 31
defaultConfig { defaultConfig {
applicationId "dev.flutter.multipleflutters" applicationId "dev.flutter.multipleflutters"

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

Loading…
Cancel
Save