2
0
mirror of https://github.com/status-im/realm-js.git synced 2025-03-02 23:20:29 +00:00

7 lines
165 B
Groovy

rootProject.name = 'ReactExample'
include ':app'
include ':realm'
project(':realm').projectDir = new File(rootProject.projectDir, '../node_modules/realm/android')