Browse Source

bringing the entire support library, just in case

Daniel Zlotin 7 years ago
parent
commit
6e54803b64
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      android/app/build.gradle

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

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