react-native-video/examples/basic/android/settings.gradle

6 lines
358 B
Groovy
Raw Normal View History

2015-12-06 23:25:18 -07:00
rootProject.name = 'VideoPlayer'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
2019-06-19 01:37:21 -06:00
include ':react-native-video'
project(':react-native-video').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-video/android-exoplayer')
include ':app'