Error in adding library through gradle
monajafi opened this issue · 3 comments
monajafi commented
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?
rogerhu commented
For now add "aar" .. we will get this fixed up so the default is AAR as well
rogerhu commented
I.e. 1.0.3@aar
monajafi commented
Thanks, It's fixed