Explorar el Código

bringing the entire support library, just in case

Daniel Zlotin hace 8 años
padre
commit
6e54803b64
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      android/app/build.gradle

+ 1
- 1
android/app/build.gradle Ver fichero

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