Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 444 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 444 Bytes

CustomUrlLib Release

URL Builder library for Android

Download

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url "https://jitpack.io" }
	}
}

Add the dependency to your add module build.gradle file:

dependencies {
	compile 'com.github.mohaaqqani:CustomUrlLib:v1.0.1'
}