Dexter
Dexter copied to clipboard
it not work on targetSdkVersion 26 it look like this lib still using targetSdkVersion 25
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`
}
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