ソースを参照

android AppCompat & Design libs from 25.0.1 to 25.3.1 (#1228)

Omer Karakose 7 年 前
コミット
3e6e020d0b
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      android/app/build.gradle

+ 2
- 2
android/app/build.gradle ファイルの表示

@@ -47,8 +47,8 @@ android {
47 47
 dependencies {
48 48
     compile fileTree(dir: "libs", include: ["*.jar"])
49 49
 
50
-	compile 'com.android.support:design:25.0.1'
51
-    compile "com.android.support:appcompat-v7:25.0.1"
50
+	compile 'com.android.support:design:25.3.1'
51
+    compile "com.android.support:appcompat-v7:25.3.1"
52 52
 
53 53
     // node_modules
54 54
     compile "com.facebook.react:react-native:+"