Piemissions Utils

Additional

Language
Java
Version
N/A
Created
Jan 30, 2017
Updated
Feb 1, 2017 (Retired)
Owner
HellPie
Contributor
HellPie
1
Activity
Badge
Generate
Download
Source code

Advertisement

Piemissions Utils

A utility library for Android Runtime Permissions

Add it to your project

In your project root open "build.gradle" and to the "repositories" block add:

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

So that your block should look roughly like this:

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

Then, in your module "build.gradle" add this into the dependencies block:

compile 'com.github.jitpack:gradle-simple:1.0'