jzaccone/SlidingMenu-aar

Installation

Closed this issue · 2 comments

How to install SlidingMenu with Gradle ?

I follow your instructions about build.gradle file. In my one, I don't see maven anywhere just jcenter().

allprojects {
    repositories {
        jcenter()
        maven {
            url "http://jzaccone.github.io/SlidingMenu-aar"
        }
    }
}

Thanks @hibrahimsafak @MafCM Let me know if this didn't work for you