We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80bcf5 commit b6c92f4Copy full SHA for b6c92f4
README.md
@@ -26,8 +26,8 @@ And on your **app module** `build.gradle`:
26
apply plugin: 'android-apt'
27
28
dependencies {
29
- compile 'com.github.hotchemi:permissionsdispatcher:2.0.3'
30
- apt 'com.github.hotchemi:permissionsdispatcher-processor:2.0.3'
+ compile 'com.github.hotchemi:permissionsdispatcher:2.0.2'
+ apt 'com.github.hotchemi:permissionsdispatcher-processor:2.0.2'
31
}
32
```
33
0 commit comments