A collection of utility classes for Android.
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'