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