realm-js/examples/ReactExample/android/settings.gradle

7 lines
165 B
Groovy

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