Karumi / Dexter

Android library that simplifies the process of requesting permissions at runtime.
http://karumi.com
Apache License 2.0
5.23k stars 671 forks source link

it not work on targetSdkVersion 26 it look like this lib still using targetSdkVersion 25 #177

Open ameerhamza6733 opened 7 years ago

ameerhamza6733 commented 7 years ago

Expected behaviour

runtime multiple permissions will be asked by system

Actual behaviour

system fail to permissions dialog

Steps to reproduce

i think you need update your compile and targetSdkVersion 25 SDK to 26

Version of the library

4.1.0

i tested on virtual device with API level 26

my build.gradle

` compileSdkVersion 26
    buildToolsVersion "26.0.1"
    defaultConfig {
         minSdkVersion 17
        targetSdkVersion 26`
}
Serchinastico commented 7 years ago

We are about to release a new version of the library, feel free to send us a PR with the target sdk update and we'll be glad to merge it