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

7 lines
237 B
Groovy
Raw Normal View History

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