diff --git a/android/build.gradle b/android/build.gradle index e43f8bd2..4351ba9e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -26,6 +26,6 @@ def supportVersion = rootProject.hasProperty('supportLibVersion') ? rootProject. dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') - compile 'com.android.support:appcompat-v7:${supportVersion}' + compile "com.android.support:appcompat-v7:${supportVersion}" compile 'com.facebook.react:react-native:+' }