Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 360 Bytes

File metadata and controls

23 lines (19 loc) · 360 Bytes

android-toolbox

Most used method in android using java.

Installation

Gradle

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

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

Add Gradle dependency:

dependencies {
    implementation 'com.github.lordfarhan:android-toolbox:Tag'
}