File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ repositories {
4
4
maven {
5
5
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
6
6
url(" $rootDir /../node_modules/react-native/android" )
7
+ content {
8
+ includeGroup " com.facebook.react"
9
+ }
7
10
}
8
11
9
12
maven {
Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ repositories {
4
4
maven {
5
5
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
6
6
url(" $rootDir /../node_modules/react-native/android" )
7
+ content {
8
+ includeGroup " com.facebook.react"
9
+ }
7
10
}
8
11
9
12
maven {
10
13
url(project. findProperty(" MAVEN_REPO" ) ?: " $rootDir /../node_modules/jsc-android/dist" )
14
+ content {
15
+ includeGroup " org.webkit"
16
+ }
11
17
}
12
18
}
13
19
Original file line number Diff line number Diff line change @@ -3,9 +3,16 @@ apply plugin: "com.android.application"
3
3
repositories {
4
4
maven {
5
5
url(" $rootDir /../node_modules/react-native-v8/dist" )
6
+ content {
7
+ includeGroup " com.facebook.react"
8
+ }
6
9
}
10
+
7
11
maven {
8
12
url(project. findProperty(" MAVEN_REPO" ) ?: " $rootDir /../node_modules/v8-android/dist" )
13
+ content {
14
+ includeGroup " org.chromium"
15
+ }
9
16
}
10
17
}
11
18
You can’t perform that action at this time.
0 commit comments