ParseApplication/settings.gradle

3 lines
226 B
Groovy

include ':app', ':Parse', ':ParseLiveQuery'
project(':Parse').projectDir = new File('ExternalLibs/Parse-SDK-Android/Parse')
project(':ParseLiveQuery').projectDir = new File('ExternalLibs/ParseLiveQuery-Android/ParseLiveQuery')