mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-12 15:24:18 +00:00
7 lines
165 B
Groovy
7 lines
165 B
Groovy
rootProject.name = 'ReactExample'
|
|
|
|
include ':app'
|
|
|
|
include ':realm'
|
|
project(':realm').projectDir = new File(rootProject.projectDir, '../node_modules/realm/android')
|