Files
react-native-video-cache/example/android/settings.gradle
2019-12-03 11:25:30 +08:00

6 lines
216 B
Groovy

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