Files
android-client/android/settings.gradle
2024-02-28 19:21:08 +01:00

13 lines
556 B
Groovy

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = 'NetBird'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app', ':netbird', ':tool', ':react-native-splash-screen'
includeBuild('../node_modules/react-native-gradle-plugin')
project(':react-native-splash-screen').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-splash-screen/android')