android - Failed to resolve: com.github.ozodrukh:CircularReveal:1.1.0 -
i'm trying import library (https://github.com/ozodrukh/circularreveal) project writing: compile 'com.github.ozodrukh:circularreveal:1.1.0@aar'
but error :
error:(25, 13) failed resolve: com.github.ozodrukh:circularreveal:1.1.0 <a href="openfile">show in file</a><br><a href="open.dependency.in.project.structure">show in project structure dialog</a>
i dont understand why since have succeded in importing other libraries way.
on github page of repository:
this library not released in maven central, instead can use jitpack. add remote maven url:
repositories { maven { url "https://jitpack.io" } }
might possible forget add gradle file?
Comments
Post a Comment