Dexter icon indicating copy to clipboard operation
Dexter copied to clipboard

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

Open ameerhamza6733 opened this issue 8 years ago • 1 comments

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`
}


ameerhamza6733 avatar Aug 18 '17 00:08 ameerhamza6733

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

Serchinastico avatar Aug 18 '17 07:08 Serchinastico