googlesamples / easypermissions

Simplify Android M system permissions
https://firebaseopensource.com/projects/googlesamples/easypermissions/
Apache License 2.0
9.86k stars 1.46k forks source link

Questions about using easypermissions version 1.3.0 #295

Closed moyinqingshang closed 4 years ago

moyinqingshang commented 4 years ago

Basic Information

Device type: ____ OS version: ____ EasyPermissions version: 1.3.0

Describe the problem

Due to other reasons, the project can only use targetSdkVersion 27 at present and cannot upgrade to targetSdkVersion 28. May I ask if there are any bugs or impacts if version 1.3.0 of easypermissions is used? What happened? What did you expect to happen?

Code and logs

// TODO(you): show the code that produces the problem,
//            and any relevant logs.
samtstern commented 4 years ago

You can see the changes in each version here: https://github.com/googlesamples/easypermissions/releases

You can still use 1.3.0 if you want to, you just won't get the features and bug fixes from later releases.