Skip to content

Commit 0659239

Browse files
author
Shintaro Katafuchi
committed
Prepare for 1.0.1
1 parent 12b148f commit 0659239

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
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+
- 1.0.1 2015/08/20
4+
- Stop calling rationale methods in the OnRequestPermissionsResult.
35
- 1.0.0 2015/08/19
46
- Using support v4 compat classes.
57
- 0.9.0 2015/08/18

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ buildscript {
103103
apply plugin: 'android-apt'
104104
105105
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'
108108
}
109109
```
110110

111111
## Support
112112

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.
114114

115115
## ProGuard
116116

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ USER = hotchemi
22
GROUP_ID = com.github.hotchemi
33
ARTIFACT_ID_CORE = permissionsdispatcher
44
ARTIFACT_ID_PROCESSOR = permissionsdispatcher-processor
5-
VERSION = 1.0.0
5+
VERSION = 1.0.1
66
DESCRIPTION = Annotation-based library for generating runtime permissions dispatcher.
77
WEBSITE = https://github.com/hotchemi/PermissionsDispatcher
88
LICENCES = ['Apache-2.0']

0 commit comments

Comments
 (0)