소스 검색

removed dependency on third parties

Daniel Zlotin 7 년 전
부모
커밋
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,11 +54,6 @@ dependencies {
54 54
     // node_modules
55 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 57
     // tests
63 58
     testCompile 'junit:junit:4.12'
64 59
     testCompile 'org.assertj:assertj-core:2.5.0'

+ 0
- 1
playground/android/build.gradle 파일 보기

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