Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 533 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 533 Bytes

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'