File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 4747 preDexEnabled = System . getProperty(" pre-dex" , " true" ) == " true"
4848}
4949
50- allprojects {
51- repositories {
52- maven {
53- // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
54- url(" $rootDir /../node_modules/react-native/android" )
55- }
56- maven {
57- // Android JSC is installed from npm
58- url(" $rootDir /../node_modules/jsc-android/dist" )
59- }
60- mavenCentral {
61- // We don't want to fetch react-native from Maven Central as there are
62- // older versions over there.
63- content {
64- excludeGroup " com.facebook.react"
65- }
66- }
67- google()
68- maven { url ' https://www.jitpack.io' }
69- }
70- }
71-
7250subprojects {
7351 afterEvaluate { project ->
7452 if (project. hasProperty(" android" )) {
You can’t perform that action at this time.
0 commit comments