ソースを参照

removed dependency on third parties

Daniel Zlotin 8 年 前
コミット
2462c5e7c6
共有2 個のファイルを変更した0 個の追加6 個の削除を含む
  1. 0
    5
      lib/android/app/build.gradle
  2. 0
    1
      playground/android/build.gradle

+ 0
- 5
lib/android/app/build.gradle ファイルの表示

54
     // node_modules
54
     // node_modules
55
     compile 'com.facebook.react:react-native:+'
55
     compile 'com.facebook.react:react-native:+'
56
 
56
 
57
-    // third party
58
-    compile 'com.bluelinelabs:conductor:2.1.1'
59
-    compile 'com.aurelhubert:ahbottomnavigation:1.3.3'
60
-    compile 'com.balysv.materialmenu:material-menu-toolbar:1.5.4'
61
-
62
     // tests
57
     // tests
63
     testCompile 'junit:junit:4.12'
58
     testCompile 'junit:junit:4.12'
64
     testCompile 'org.assertj:assertj-core:2.5.0'
59
     testCompile 'org.assertj:assertj-core:2.5.0'

+ 0
- 1
playground/android/build.gradle ファイルの表示

20
             // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
20
             // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
21
             url "$rootDir/../../node_modules/react-native/android"
21
             url "$rootDir/../../node_modules/react-native/android"
22
         }
22
         }
23
-        maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
24
     }
23
     }
25
 }
24
 }