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 2168505 commit 1e4764bCopy full SHA for 1e4764b
CHANGELOG.md
@@ -2,5 +2,5 @@
2
3
- 0.9.0 2015/08/18
4
- Prepare for preview 3(final release).
5
-
6
+- 0.5.0 2015/08/16
+ - Initial release.
README.md
@@ -108,8 +108,8 @@ buildscript {
108
apply plugin: 'android-apt'
109
110
dependencies {
111
- compile 'com.github.hotchemi:permissionsdispatcher:0.5.0'
112
- apt 'com.github.hotchemi:permissionsdispatcher-processor:0.5.0'
+ compile 'com.github.hotchemi:permissionsdispatcher:0.9.0'
+ apt 'com.github.hotchemi:permissionsdispatcher-processor:0.9.0'
113
}
114
```
115
0 commit comments