mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-05-17 21:15:54 +08:00
🤖 android fix: update compileSdkVersion to 28
This commit is contained in:
@ -15,7 +15,7 @@ apply plugin: 'com.android.application'
|
||||
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
|
||||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
compileSdkVersion 28
|
||||
buildToolsVersion '25.0.3'
|
||||
|
||||
lintOptions {
|
||||
|
Reference in New Issue
Block a user