Skip to content

Android Library Utility Library for Building URLs

Notifications You must be signed in to change notification settings

mohaqqani/CustomUrlLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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'
}