mirror of
https://github.com/zhigang1992/react-native-vector-icons.git
synced 2026-05-20 15:08:07 +08:00
7 lines
225 B
Groovy
7 lines
225 B
Groovy
rootProject.name = 'IconExplorer'
|
|
|
|
include ':app'
|
|
|
|
include ':react-native-vector-icons'
|
|
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
|