mirror of
https://github.com/zhigang1992/react-native-gifted-chat.git
synced 2026-01-12 22:50:22 +08:00
7 lines
203 B
Groovy
7 lines
203 B
Groovy
rootProject.name = 'GiftedChat'
|
|
|
|
include ':react-native-maps'
|
|
project(':react-native-maps').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-maps/lib/android')
|
|
|
|
include ':app'
|