2015-12-06 23:25:18 -07:00
|
|
|
rootProject.name = 'VideoPlayer'
|
2022-04-26 14:59:04 -06:00
|
|
|
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'
|
2022-06-15 14:51:04 -06:00
|
|
|
project(':react-native-video').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-video/android')
|
2019-06-19 01:37:21 -06:00
|
|
|
include ':app'
|