/android-utils

A collection of utility classes for Android.

Primary LanguageJavaMIT LicenseMIT

License

Android Utils

A collection of utility classes for Android.

Installation

Add the following code to your root build.gradle:

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

Add the following code to your module build.gradle:

implementation 'com.github.mauriciotogneri:android-utils:4.17.0'