From 6ecc29f1525dcfbf5cdb2357c2c52560435da922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Fallr=C3=B8?= Date: Tue, 27 Nov 2018 18:30:23 +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 b4ffcca..640497b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -34,5 +34,5 @@ allprojects { dependencies { compile "com.facebook.react:react-native:+" compile "com.android.support:appcompat-v7:$rootProject.supportLibVersion" - compile 'com.android.support:design:26.1.0' + compile 'com.android.support:design:$rootProject.supportLibVersion' }