瀏覽代碼

android: update appcompat version

master
Saúl Ibarra Corretgé 7 年之前
父節點
當前提交
e9c91d194c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      android/sdk/build.gradle

+ 1
- 1
android/sdk/build.gradle 查看文件

@@ -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…
取消
儲存