mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-09 22:05:57 +00:00
10 lines
296 B
Groovy
10 lines
296 B
Groovy
rootProject.name = 'ReactNative Test App'
|
|
|
|
include ':app'
|
|
|
|
include ':realm'
|
|
project(':realm').projectDir = new File(settingsDir, '../node_modules/realm/android')
|
|
|
|
include ':react-native-fs'
|
|
project(':react-native-fs').projectDir = new File(settingsDir, '../node_modules/react-native-fs/android')
|