Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 619 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 619 Bytes

AndroidUtils

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