Browse Source

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

Omer Karakose 7 years ago
parent
commit
3e6e020d0b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      android/app/build.gradle

+ 2
- 2
android/app/build.gradle View File

@@ -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:+"