mirror of
https://github.com/zhigang1992/react-native-video-cache.git
synced 2026-01-12 22:40:52 +08:00
6 lines
216 B
Groovy
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'
|