Skip to content

Commit 8cbf666

Browse files
authored
Merge pull request #251 from hotchemi/prepare_2.3.1
Bump to 2.3.1.
2 parents 7189a29 + 6b1a5a6 commit 8cbf666

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.3.1 2016/12/26
4+
- Fix a bug related to Xiaomi. [#240](https://github.com/hotchemi/PermissionsDispatcher/issues/240).
5+
- Address [#244](https://github.com/hotchemi/PermissionsDispatcher/issues/244) just in case.
36
- 2.3.0 2016/12/14
47
- Start Xiaomi support. [#235](https://github.com/hotchemi/PermissionsDispatcher/pull/235).
58
- Fix slight bug for lint check. [#230](https://github.com/hotchemi/PermissionsDispatcher/pull/230).

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.3.0-SNAPSHOT
8+
VERSION = 2.3.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)