7 lines
213 B
Groovy
Raw Normal View History

2015-12-06 22:25:18 -08:00
rootProject.name = 'VideoPlayer'
2019-06-19 14:37:21 +07:00
include ':react-native-video'
project(':react-native-video').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-video/android-exoplayer')
2017-01-11 12:51:45 +00:00
2019-06-19 14:37:21 +07:00
include ':app'