Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 502 Bytes

File metadata and controls

22 lines (20 loc) · 502 Bytes

AndroidUtils

Set of Android util classes written in Kotlin.

How to

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 {
	implementation 'com.github.espeo:androidutils:current_version'
	implementation 'com.github.espeo:androidutils_rx:current_version'
}