mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-23 02:48:12 +00:00
8 lines
335 B
Groovy
8 lines
335 B
Groovy
rootProject.name = 'example'
|
|
|
|
include ':app'
|
|
include ':react-native-video'
|
|
project(':react-native-video').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-video/android')
|
|
|
|
include ':react-native-image-crop-picker'
|
|
project(':react-native-image-crop-picker').projectDir = new File(settingsDir, '../../android') |