We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29db1a9 commit d1f6899Copy full SHA for d1f6899
example/android/app/build.gradle
@@ -15,8 +15,7 @@ apply plugin: 'com.android.application'
15
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
16
17
android {
18
- compileSdkVersion 28
19
- buildToolsVersion '28.0.3'
+ compileSdkVersion 27
20
21
lintOptions {
22
disable 'InvalidPackage'
@@ -44,7 +43,7 @@ flutter {
44
43
}
45
46
dependencies {
47
- androidTestImplementation 'com.android.support:support-annotations:28.0.0'
+ androidTestImplementation 'com.android.support:support-annotations:27.0.0'
48
androidTestImplementation 'com.android.support.test:runner:1.0.2'
49
androidTestImplementation 'com.android.support.test:rules:1.0.2'
50
0 commit comments