exact-resistor-calculator/android/settings.gradle

7 lines
236 B
Groovy
Raw Normal View History

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