Skip to content

Commit 7e3d18b

Browse files
author
Shintaro Katafuchi
committed
Prepare for 1.1.2.
1 parent 182cc85 commit 7e3d18b

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
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.1.2 2015/08/26
4+
- Downgrade processor jdk version to 1.7.
35
- 1.1.1 2015/08/25
46
- Fix some bugs.
57
- 1.1.0 2015/08/24

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ buildscript {
105105
apply plugin: 'android-apt'
106106
107107
dependencies {
108-
compile 'com.github.hotchemi:permissionsdispatcher:1.1.1'
109-
apt 'com.github.hotchemi:permissionsdispatcher-processor:1.1.1'
108+
compile 'com.github.hotchemi:permissionsdispatcher:1.1.2'
109+
apt 'com.github.hotchemi:permissionsdispatcher-processor:1.1.2'
110110
}
111111
```
112112

@@ -120,9 +120,6 @@ PermissionsDispatcher supports API level over 4, using support v4 rev.23.
120120
-dontwarn permissions.dispatcher.processor.**
121121
-keep class permissions.dispatcher.** { *; }
122122
-keep class **PermissionsDispatcher { *; }
123-
-keepclasseswithmembernames class * {
124-
@permissions.dispatcher.* <methods>;
125-
}
126123
```
127124

128125
## License

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.1.1
5+
VERSION = 1.1.2
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)