Custom Library add this line: repositories { maven { url "https://customlibrary.bintray.com/CustomLibrary" } } and then add this dependency: compile 'com.github.nalpot:customLibrary:1.0.1'