Files
react-native-securerandom/RNSecureRandomExample/android/settings.gradle
T
2019-06-04 01:18:21 +01:00

6 lines
233 B
Groovy

rootProject.name = 'RNSecureRandomExample'
include ':react-native-securerandom'
project(':react-native-securerandom').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-securerandom/android')
include ':app'