File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
+ - 1.0.1 2015/08/20
4
+ - Stop calling rationale methods in the OnRequestPermissionsResult.
3
5
- 1.0.0 2015/08/19
4
6
- Using support v4 compat classes.
5
7
- 0.9.0 2015/08/18
Original file line number Diff line number Diff line change @@ -103,14 +103,14 @@ buildscript {
103
103
apply plugin: 'android-apt'
104
104
105
105
dependencies {
106
- compile 'com.github.hotchemi:permissionsdispatcher:1.0.0 '
107
- apt 'com.github.hotchemi:permissionsdispatcher-processor:1.0.0 '
106
+ compile 'com.github.hotchemi:permissionsdispatcher:1.0.1 '
107
+ apt 'com.github.hotchemi:permissionsdispatcher-processor:1.0.1 '
108
108
}
109
109
```
110
110
111
111
## Support
112
112
113
- PermissionsDispatcher supports API level over 4, and using support v4 rev.23.
113
+ PermissionsDispatcher supports API level over 4, using support v4 rev.23.
114
114
115
115
## ProGuard
116
116
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ USER = hotchemi
2
2
GROUP_ID = com.github.hotchemi
3
3
ARTIFACT_ID_CORE = permissionsdispatcher
4
4
ARTIFACT_ID_PROCESSOR = permissionsdispatcher-processor
5
- VERSION = 1.0.0
5
+ VERSION = 1.0.1
6
6
DESCRIPTION = Annotation-based library for generating runtime permissions dispatcher.
7
7
WEBSITE = https://github.com/hotchemi/PermissionsDispatcher
8
8
LICENCES = [' Apache-2.0' ]
You can’t perform that action at this time.
0 commit comments