Skip to content

ridi/rbhelper-android

Repository files navigation

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