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
|
|
|
|
2024-06-25 00:55:32 -06:00
|
|
|
include ':react-native-video-plugin-sample'
|
|
|
|
project (':react-native-video-plugin-sample').projectDir = new File(rootProject.projectDir, '../../react-native-video-plugin-sample/android')
|
|
|
|
|
2023-11-17 00:38:26 -07:00
|
|
|
include ':react-native-video'
|
|
|
|
project (':react-native-video').projectDir = new File(rootProject.projectDir, '../../../android')
|
|
|
|
|
2024-06-25 05:20:12 -06:00
|
|
|
// uncomment these lines to be able to build from media3 source code
|
|
|
|
// gradle.ext.androidxMediaModulePrefix = 'media-'
|
|
|
|
// apply from: file("../../../../media3/core_settings.gradle")
|
|
|
|
|
2023-09-28 00:25:13 -06:00
|
|
|
includeBuild('../node_modules/@react-native/gradle-plugin')
|
2024-06-20 03:58:55 -06:00
|
|
|
|
|
|
|
apply from: new File(["node", "--print", "require.resolve('expo/package.json')"].execute(null, rootDir).text.trim(), "../scripts/autolinking.gradle")
|
|
|
|
useExpoModules()
|