2017-01-10 22:56:19 +01: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 20:15:36 +01:00
|
|
|
|
|
|
|
include ':app'
|