Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 827 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 827 Bytes

Skeletoid

A utils library for Android Applications made at Mindera

Build Status Release

Features

  • Analytics abstraction
  • Generic stuff
  • Logging abstraction
  • Threadppoling management

Usage

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'
}

Plugins available