lbry-fdroid/p4a/pythonforandroid/bootstraps/lbry/build/templates/settings.tmpl.gradle
Akinwale Ariwodola 89bfc845f6
Build and package modifications for react-native-video module updates (#225)
* Build and package modifications for react-native-video module updates
* change Android appcompat v7 lib version to 27.1.1
2018-08-11 20:48:54 +01:00

3 lines
197 B
Groovy

rootProject.name = 'browser'
include ':react-native-video'
project(':react-native-video').projectDir = new File(rootProject.projectDir, './react/node_modules/react-native-video/android-exoplayer')