|
|
@ -1,4 +1,4 @@ |
|
|
|
import org.apache.tools.ant.taskdefs.condition.OS |
|
|
|
import org.apache.tools.ant.taskdefs.condition.Os |
|
|
|
|
|
|
|
|
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules. |
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules. |
|
|
|
|
|
|
|
|
|
|
@ -31,9 +31,6 @@ buildscript { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
allprojects { |
|
|
|
allprojects { |
|
|
|
dependencies { |
|
|
|
|
|
|
|
implementation project(':@react-native-mapbox-gl_maps') |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
repositories { |
|
|
|
repositories { |
|
|
|
maven { |
|
|
|
maven { |
|
|
|
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm |
|
|
|
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm |
|
|
|