A utils library for Android Applications made at Mindera
- Analytics abstraction
- Generic stuff
- Logging abstraction
- Threadppoling management
The plugin is available in JitPack. Just add the following to your buildscript dependencies:
repositories {
maven {
url "https://jitpack.io"
}
}
And add the following script to the app dependencies
dependencies {
compile 'com.github.mindera:skeletoid:x.y.z'
}