From 8d65629c30d631f8bc28bcad90a3f92e283a0fcb Mon Sep 17 00:00:00 2001 From: Mikkel Nygaard Ravn Date: Fri, 15 Jun 2018 14:29:46 +0200 Subject: [PATCH] Update Android dependencies (#18499) --- examples/flutter_view/android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/flutter_view/android/app/build.gradle b/examples/flutter_view/android/app/build.gradle index d7502c446f..9e85584bca 100644 --- a/examples/flutter_view/android/app/build.gradle +++ b/examples/flutter_view/android/app/build.gradle @@ -47,6 +47,6 @@ dependencies { testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' - implementation 'com.android.support:appcompat-v7:26.1.0' - implementation 'com.android.support:design:26.1.0' + implementation 'com.android.support:appcompat-v7:27.1.1' + implementation 'com.android.support:design:27.1.1' }