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

7 lines
213 B
Groovy
Raw Normal View History

2015-12-06 23:25:18 -07:00
rootProject.name = 'VideoPlayer'
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')
2017-01-11 05:51:45 -07:00
2019-06-19 01:37:21 -06:00
include ':app'