salimkayabasi / gollum

yet another android util lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gollum

JitPack

#gollum yet another android util lib who is living around ugly sides of android world

##How to use

Add the JitPack repository to your build file

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

Add the dependency in the form

  repositories {
      dependencies {
            compile 'com.github.celepharn:gollum:VERSION'
        }
  	}

  // check out jitpack badge for gollum current version

About

yet another android util lib


Languages

Language:Java 100.0%