Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 765 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 765 Bytes

rbhelper-android

Build Status Release

Convenient helper classes for Android platform

Getting started

This library is distributed by jitpack.

You should add jitpack maven repository to build.gradle file of your project.

repositories {
    ...
    maven { url 'https://jitpack.io' }
    ...
}

Then you can include this library by adding dependency script to build.gradle file of your project.

dependencies {
    ...
    compile 'com.github.ridi:rbhelper-android:<version>'
    ...
}