ParseApplication/settings.gradle

3 lines
226 B
Groovy
Raw Permalink Normal View History

2018-03-25 11:13:01 +00:00
include ':app', ':Parse', ':ParseLiveQuery'
project(':Parse').projectDir = new File('ExternalLibs/Parse-SDK-Android/Parse')
project(':ParseLiveQuery').projectDir = new File('ExternalLibs/ParseLiveQuery-Android/ParseLiveQuery')