react-native-keychain/KeychainExample/android/settings.gradle

7 lines
216 B
Groovy
Raw Normal View History

2017-01-10 21:56:19 +00:00
rootProject.name = 'KeychainExample'
include ':app'
include ':react-native-keychain'
project(':react-native-keychain').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-keychain/android')