5 lines
218 B
Groovy
5 lines
218 B
Groovy
rootProject.name = 'zxcvbn'
|
|
|
|
include ':app'
|
|
include ':react-native-vector-icons'
|
|
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
|