From 58808ee4e935b64df8bc7e0237113d4125a8dc74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Fallr=C3=B8?= Date: Tue, 27 Nov 2018 17:17:07 +0100 Subject: [PATCH] Update build.gradle --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 5ea0ed3..f1542cf 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -33,6 +33,6 @@ allprojects { dependencies { compile "com.facebook.react:react-native:+" - compile "com.android.support:appcompat-v7:26.1.0" + compile "com.android.support:appcompat-v7:27.1.0" compile 'com.android.support:design:26.1.0' }