vndly / android-utils

A collection of utility classes for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

A collection of utility classes for Android.

License:MIT License


Languages

Language:Java 100.0%