salimkayabasi / glamdring

common libs for android that I used on my projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glamdring

JitPack

##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 {
            debugCompile 'com.github.salimkayabasi.glamdring:debug:VERSION'
            releaseCompile 'com.github.salimkayabasi.glamdring:release:VERSION'
        }
  	}

  // check out jitpack badge for glamdring current version

About

common libs for android that I used on my projects


Languages

Language:Java 100.0%