1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-08 12:39:17 +00:00

🤖 android fix: removed buildToolsVersion

This commit is contained in:
Nishant Srivastava
2019-01-05 19:53:37 +01:00
parent f431c20243
commit 83ff50a344
20 changed files with 22 additions and 22 deletions

View File

@@ -16,7 +16,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
compileSdkVersion 28
buildToolsVersion '25.0.3'
lintOptions {
disable 'InvalidPackage'
@@ -47,6 +47,6 @@ flutter {
dependencies {
androidTestCompile 'com.android.support:support-annotations:28.0.0'
androidTestCompile 'com.android.support.test:runner:0.5'
androidTestCompile 'com.android.support.test:rules:0.5'
androidTestCompile 'com.android.support.test:runner:1.0.2'
androidTestCompile 'com.android.support.test:rules:1.0.2'
}