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 f41a38c commit b7c7998Copy full SHA for b7c7998
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# ChangeLog
2
3
+- 2.0.2 2016/01/13
4
+ - Fix [#63](https://github.com/hotchemi/PermissionsDispatcher/issues/63).
5
- 2.0.1 2015/12/04
6
- Add `@NeverAskAgain`.
7
- 1.2.1 2015/09/14
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.1'
30
- apt 'com.github.hotchemi:permissionsdispatcher-processor:2.0.1'
+ compile 'com.github.hotchemi:permissionsdispatcher:2.0.2'
+ apt 'com.github.hotchemi:permissionsdispatcher-processor:2.0.2'
31
}
32
```
33
processor/src/test/libs/library-sources.jar
-8 Bytes
0 commit comments