13 lines
263 B
Groovy
13 lines
263 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenLocal()
|
|
google()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "document-picker-example"
|
|
|
|
apply(from: "../../node_modules/react-native-test-app/test-app.gradle")
|
|
applyTestAppSettings(settings)
|