Skip to content

Bootstrapping and Utils code for Android applications 🤖made at Mindera 💛

License

Notifications You must be signed in to change notification settings

Mindera/skeletoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4fd4e4d Â· Apr 12, 2017

History

17 Commits
Mar 20, 2017
Apr 12, 2017
Mar 20, 2017
Mar 20, 2017
Mar 20, 2017
Apr 12, 2017
Mar 20, 2017
Apr 11, 2017
Mar 20, 2017
Mar 20, 2017
Mar 20, 2017
Mar 20, 2017

Repository files navigation

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