2017-02-02 05:09:06 +00:00
|
|
|
rootProject.name = 'Counter'
|
|
|
|
|
|
|
|
include ':app'
|
2017-02-02 05:52:00 +00:00
|
|
|
|
|
|
|
include ':react-native-vector-icons'
|
|
|
|
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
|