Skip to content

Commit

Permalink
Updated readme with features and plugins (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
tallnato authored Apr 12, 2017
1 parent 585ef01 commit 4fd4e4d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ A utils library for Android Applications made at Mindera

[![Build Status](https://travis-ci.org/Mindera/skeletoid.svg)](https://travis-ci.org/Mindera/skeletoid) [![Release](https://jitpack.io/v/mindera/skeletoid.svg)](https://jitpack.io/#mindera/skeletoid)

## Features
* Analytics abstraction
* Generic stuff
* Logging abstraction
* Threadppoling management


## Usage

Expand All @@ -20,7 +26,11 @@ And add the following script to the app dependencies

```groovy
dependencies {
compile 'com.github.mindera:skeletoid:0.1'
compile 'com.github.mindera:skeletoid:x.y.z'
}
```


## Plugins available
* [Google Analytics appender](https://github.com/Mindera/skeletoid-googleanalytics)

0 comments on commit 4fd4e4d

Please sign in to comment.