Migrate Flutter 2.10.0

This commit is contained in:
Junyuan Feng
2022-02-08 16:53:28 +08:00
parent 5bf5a4b67e
commit 10c874e7d4
5 changed files with 32 additions and 50 deletions

View File

@@ -32,7 +32,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
compileSdkVersion 30
compileSdkVersion 31
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8

View File

@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.6.10'
repositories {
google()
mavenCentral()