mirror of
https://github.com/zhigang1992/agora-react-native-rtm.git
synced 2026-06-14 17:38:57 +08:00
10 lines
535 B
Groovy
10 lines
535 B
Groovy
rootProject.name = 'chatsapp'
|
|
include ':react-native-vector-icons'
|
|
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
|
|
include ':react-native-gesture-handler'
|
|
project(':react-native-gesture-handler').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-gesture-handler/android')
|
|
include ':app'
|
|
|
|
include ':agora-react-native-rtm'
|
|
project(':agora-react-native-rtm').projectDir = new File(rootProject.projectDir, '../../android')
|