mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-24 03:18:17 +00:00
6 lines
182 B
Groovy
6 lines
182 B
Groovy
|
rootProject.name = 'example'
|
||
|
|
||
|
include ':app'
|
||
|
|
||
|
include ':react-native-image-crop-picker'
|
||
|
project(':react-native-image-crop-picker').projectDir = new File(settingsDir, '../../android')
|