2022-12-17 08:35:37 -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 ':app'
|
2023-11-17 00:38:26 -07:00
|
|
|
|
|
|
|
include ':react-native-video'
|
|
|
|
project (':react-native-video').projectDir = new File(rootProject.projectDir, '../../../android')
|
|
|
|
|
2023-09-28 00:25:13 -06:00
|
|
|
includeBuild('../node_modules/@react-native/gradle-plugin')
|