mohaqqani / CustomUrlLib

Android Library Utility Library for Building URLs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Android Library Utility Library for Building URLs


Languages

Language:Java 100.0%