mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-02-18 11:17:11 +00:00
13 lines
250 B
Groovy
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)
|