/android-commons

Collection of custom utilities for Android development.

Primary LanguageJavaApache License 2.0Apache-2.0

commons-android

Collection of custom utilities for Android development.

If you find this library to your liking know this: It's mainly for use in my own projects. I maintain no changelog and anything can change at any time.

Download

repositories {
    maven { url 'https://dl.bintray.com/consp1racy/maven/' }
}
    
dependencies {
    compile 'net.xpece.android:commons:x.x.x'
}