mirror of
https://github.com/zhigang1992/react-native-google-place-picker.git
synced 2026-01-12 22:50:27 +08:00
6 lines
240 B
Groovy
6 lines
240 B
Groovy
rootProject.name = 'example'
|
|
|
|
include ':app'
|
|
include ':react-native-google-place-picker'
|
|
project(':react-native-google-place-picker').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-google-place-picker/android')
|