Browse Source

android: update appcompat version

master
Saúl Ibarra Corretgé 7 years ago
parent
commit
e9c91d194c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      android/sdk/build.gradle

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

21
 dependencies {
21
 dependencies {
22
     compile fileTree(dir: 'libs', include: ['*.jar'])
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
     compile 'com.facebook.react:react-native:+'
25
     compile 'com.facebook.react:react-native:+'
26
 
26
 
27
     compile project(':react-native-background-timer')
27
     compile project(':react-native-background-timer')

Loading…
Cancel
Save