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

7 lines
165 B
Groovy
Raw Normal View History

2016-01-13 22:29:41 +00:00
rootProject.name = 'ReactExample'
include ':app'
include ':realm'
project(':realm').projectDir = new File(rootProject.projectDir, '../node_modules/realm/android')