Skip to content

Commit 4511cdc

Browse files
authored
Merge pull request #229 from hotchemi/prepare_2.2.1
Prepare for 2.2.1.
2 parents 263bf45 + 0379aa2 commit 4511cdc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ChangeLog
22

3+
- 2.2.1 2016/12/08
4+
- Lint update: Migrate to Psi APIs [#227](https://github.com/hotchemi/PermissionsDispatcher/pull/227).
5+
- Make sure to support Java 1.6 [#222](https://github.com/hotchemi/PermissionsDispatcher/pull/222).
36
- 2.2.0 2016/09/25
47
- Support maxSdkVersion [#204](https://github.com/hotchemi/PermissionsDispatcher/pull/204).
58
- Add ProGuard support [#175](https://github.com/hotchemi/PermissionsDispatcher/pull/175).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ USER = hotchemi
55
GROUP_ID = com.github.hotchemi
66
ARTIFACT_ID_LIBRARY = permissionsdispatcher
77
ARTIFACT_ID_PROCESSOR = permissionsdispatcher-processor
8-
VERSION = 2.2.0
8+
VERSION = 2.2.1
99
DESCRIPTION = Annotation-based library for generating runtime permissions dispatcher.
1010
WEBSITE = https://github.com/hotchemi/PermissionsDispatcher
1111
LICENCES = ['Apache-2.0']

0 commit comments

Comments
 (0)