react-native-blur/example/android/settings.gradle

13 lines
250 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
google()
}
}
rootProject.name = "BlurExample"
apply(from: "../node_modules/react-native-test-app/test-app.gradle")
applyTestAppSettings(settings)