ogaclejapan / ArcLayout

A very simple arc layout library for Android
Apache License 2.0
1.36k stars 301 forks source link

Gradle sync failed: Plugin with id 'com.github.dcendents.android-maven' not found. #9

Closed Mohammad699 closed 8 years ago

Mohammad699 commented 8 years ago

HI I can't import the library as a module into my project it shows this error

Gradle sync failed: Plugin with id 'com.github.dcendents.android-maven' not found.

ogaclejapan commented 8 years ago

Hi, @EgyptianM

Are you using the dependencies of gradle? ArcLayout has been published in bintray. https://bintray.com/ogaclejapan/maven/ArcLayout/view

compile "com.ogaclejapan.arclayout:library:1.0.1@aar"

If you want to directly import, 'com.github.dcendents.android-maven' plug-in is not required. I use when uploading the library to bintray.