Skip to content

Commit 8598998

Browse files
committed
poke at build.gradle
1 parent 98dacf3 commit 8598998

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

android/build.gradle

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -47,28 +47,6 @@ ext {
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-
7250
subprojects {
7351
afterEvaluate { project ->
7452
if (project.hasProperty("android")) {

0 commit comments

Comments
 (0)