parse-community/ParseLiveQuery-Android

Error in adding library through gradle

monajafi opened this issue · 3 comments

After I added the lib using gradle and syncing I've got following error:
Error:Module 'com.parse:parse-livequery-android:1.0.3' depends on one or more Android Libraries but is a jar
How should I fix this?

For now add "aar" .. we will get this fixed up so the default is AAR as well

I.e. 1.0.3@aar

Thanks, It's fixed