From e9c91d194ca2a50cf3deb1bf79136a00cba30a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 12 Dec 2017 15:35:40 +0100 Subject: [PATCH] android: update appcompat version --- android/sdk/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/sdk/build.gradle b/android/sdk/build.gradle index c560cc336..d16c86fee 100644 --- a/android/sdk/build.gradle +++ b/android/sdk/build.gradle @@ -21,7 +21,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:25.4.0' + compile 'com.android.support:appcompat-v7:27.0.2' compile 'com.facebook.react:react-native:+' compile project(':react-native-background-timer')