We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d05708 commit 5072653Copy full SHA for 5072653
android/build.gradle
@@ -22,7 +22,7 @@ rootProject.allprojects {
22
apply plugin: 'com.android.library'
23
24
android {
25
- compileSdkVersion 27
+ compileSdkVersion 28
26
27
defaultConfig {
28
minSdkVersion 16
example/android/app/build.gradle
@@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
29
30
lintOptions {
31
disable 'InvalidPackage'
0 commit comments