permissions-dispatcher / PermissionsDispatcher

A declarative API to handle Android runtime permissions.
https://github.com/permissions-dispatcher/PermissionsDispatcher
Apache License 2.0
11.22k stars 1.44k forks source link

I want drop xiaomi support without androidx? #552

Closed meixililu closed 5 years ago

meixililu commented 5 years ago

I want drop xiaomi support without androidx?

hotchemi commented 5 years ago

Let us check it's possible or not. But basically we recommend to upgrade to 4.x.

meixililu commented 5 years ago

can't upgrade now,other module do not upgrade to 4.x. And I try to download the source code,import to my project,but faile with some problem.

hotchemi commented 5 years ago

OK.

hotchemi commented 5 years ago

You can use https://github.com/permissions-dispatcher/PermissionsDispatcher/tree/3.3.2.

meixililu commented 5 years ago

Thank u.