Skip to content

Commit

Permalink
Prepare for 2.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shintaro Katafuchi committed Jan 12, 2016
1 parent f41a38c commit b7c7998
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
# ChangeLog

- 2.0.2 2016/01/13
- Fix [#63](https://github.com/hotchemi/PermissionsDispatcher/issues/63).
- 2.0.1 2015/12/04
- Add `@NeverAskAgain`.
- 1.2.1 2015/09/14
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -26,8 +26,8 @@ And on your **app module** `build.gradle`:
apply plugin: 'android-apt'
dependencies {
compile 'com.github.hotchemi:permissionsdispatcher:2.0.1'
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'
}
```

Expand Down
Binary file modified processor/src/test/libs/library-sources.jar
Binary file not shown.

0 comments on commit b7c7998

Please sign in to comment.