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

can't import 3.x by dependencies #615

Closed zxq126 closed 5 years ago

zxq126 commented 5 years ago

I have added jcenter() in my project. I tried to use Snapshots but it didn't import.

hotchemi commented 5 years ago

If you want to use snapshot make sure adding maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local/' } in your build.gradle file.