Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 327 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 327 Bytes

AwesomePermissions

A fix for the Easy Permissions Alert Dialog The cancel button didn't have an listener in the Easy Permissions Library. This library fixes that.

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

dependencies {
        compile 'com.github.anupamchugh:AwesomePermissions:1.2'
}