Sfoglia il codice sorgente

android: update appcompat version

master
Saúl Ibarra Corretgé 7 anni fa
parent
commit
e9c91d194c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      android/sdk/build.gradle

+ 1
- 1
android/sdk/build.gradle Vedi File

@@ -21,7 +21,7 @@ android {
21 21
 dependencies {
22 22
     compile fileTree(dir: 'libs', include: ['*.jar'])
23 23
 
24
-    compile 'com.android.support:appcompat-v7:25.4.0'
24
+    compile 'com.android.support:appcompat-v7:27.0.2'
25 25
     compile 'com.facebook.react:react-native:+'
26 26
 
27 27
     compile project(':react-native-background-timer')

Loading…
Annulla
Salva