mirror of
https://github.com/status-im/react-native-securerandom.git
synced 2026-08-31 02:51:12 +00:00
6 lines
233 B
Groovy
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'
|