2022-12-17 16:35:37 +01:00
|
|
|
rootProject.name = 'videoplayer'
|
2022-04-26 22:59:04 +02:00
|
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
2019-06-19 14:37:21 +07:00
|
|
|
include ':app'
|
2023-11-17 08:38:26 +01:00
|
|
|
|
|
|
|
include ':react-native-video'
|
|
|
|
project (':react-native-video').projectDir = new File(rootProject.projectDir, '../../../android')
|
|
|
|
|
2023-09-28 08:25:13 +02:00
|
|
|
includeBuild('../node_modules/@react-native/gradle-plugin')
|