1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Fix multiple_flutters_android (#1005)

This commit is contained in:
Michael Goderbauer
2022-02-02 12:59:08 -08:00
committed by GitHub
parent 0024df9dad
commit 5f4d30740c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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()