6 lines
182 B
Groovy
Raw Normal View History

2016-05-18 12:07:36 +02:00
rootProject.name = 'example'
include ':app'
include ':react-native-image-crop-picker'
project(':react-native-image-crop-picker').projectDir = new File(settingsDir, '../../android')