react-native-video/examples/basic/android/settings.gradle
2023-09-28 08:25:13 +02:00

5 lines
255 B
Groovy

rootProject.name = 'videoplayer'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
includeBuild('../node_modules/@react-native/gradle-plugin')