0.0.1 • Published 8 years ago

testPublish v0.0.1

Weekly downloads
6
License
-
Repository
github
Last release
8 years ago

AndroidUtils npm.io

Introduce

The project is a  kinds of tools collected in my daily Android development work .Maybe it can help us to 
speed up the develop the android app or rapidly build framework, hope to help you!

Usage

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

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

Step 2. Add the dependency

dependencies {
	        compile 'com.github.vison123:AndroidUtils:v0.1.2'
	}