Skip to content

Commit b7c7998

Browse files
author
Shintaro Katafuchi
committed
Prepare for 2.0.2.
1 parent f41a38c commit b7c7998

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ChangeLog
22

3+
- 2.0.2 2016/01/13
4+
- Fix [#63](https://github.com/hotchemi/PermissionsDispatcher/issues/63).
35
- 2.0.1 2015/12/04
46
- Add `@NeverAskAgain`.
57
- 1.2.1 2015/09/14

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ And on your **app module** `build.gradle`:
2626
apply plugin: 'android-apt'
2727
2828
dependencies {
29-
compile 'com.github.hotchemi:permissionsdispatcher:2.0.1'
30-
apt 'com.github.hotchemi:permissionsdispatcher-processor:2.0.1'
29+
compile 'com.github.hotchemi:permissionsdispatcher:2.0.2'
30+
apt 'com.github.hotchemi:permissionsdispatcher-processor:2.0.2'
3131
}
3232
```
3333

-8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)