From 6388d8c6fe98da533bd5ab6e3e802c0bd89f9940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Fallr=C3=B8?= Date: Tue, 27 Nov 2018 18:06:27 +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 f1542cf..b4ffcca 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:27.1.0" + compile "com.android.support:appcompat-v7:$rootProject.supportLibVersion" compile 'com.android.support:design:26.1.0' }