Files
2018-03-25 13:13:01 +02:00

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')