Skip to content

Utility libraries and classes that can make me(and others) more productive.

Notifications You must be signed in to change notification settings

dhimant1990/AndroidUtils

Repository files navigation

AndroidUtils

Utility libraries and classes that can make me(and others) more productive.

Download

Gradle:

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

dependencies {
	implementation 'com.github.dhimant1990:AndroidUtils:V1.1'
}