Skip to content

Commit d1f6899

Browse files
authored
Update build.gradle
1 parent 29db1a9 commit d1f6899

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

example/android/app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ apply plugin: 'com.android.application'
1515
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
1616

1717
android {
18-
compileSdkVersion 28
19-
buildToolsVersion '28.0.3'
18+
compileSdkVersion 27
2019

2120
lintOptions {
2221
disable 'InvalidPackage'
@@ -44,7 +43,7 @@ flutter {
4443
}
4544

4645
dependencies {
47-
androidTestImplementation 'com.android.support:support-annotations:28.0.0'
46+
androidTestImplementation 'com.android.support:support-annotations:27.0.0'
4847
androidTestImplementation 'com.android.support.test:runner:1.0.2'
4948
androidTestImplementation 'com.android.support.test:rules:1.0.2'
5049
}

0 commit comments

Comments
 (0)