Skip to content

Commit

Permalink
Merge pull request #287 from hotchemi/prepare_2.3.2
Browse files Browse the repository at this point in the history
Prepare for 2.3.2.
  • Loading branch information
hotchemi committed Mar 9, 2017
2 parents 34b7e4c + d7fc4df commit f6b43f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# ChangeLog

- 2.3.2 2017/03/10
- Update minSdkVersion to API level 9 [#286](https://github.com/hotchemi/PermissionsDispatcher/pull/286).
- Add new compile-time check [#284](https://github.com/hotchemi/PermissionsDispatcher/pull/284).
- Fix the problem with receiver of startActivityForResult [#280](https://github.com/hotchemi/PermissionsDispatcher/pull/280)
- Support nested annotated class [#263](https://github.com/hotchemi/PermissionsDispatcher/pull/263)
- 2.3.1 2016/12/26
- Fix a bug related to Xiaomi. [#240](https://github.com/hotchemi/PermissionsDispatcher/issues/240).
- Address [#244](https://github.com/hotchemi/PermissionsDispatcher/issues/244) just in case.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -5,7 +5,7 @@ USER = hotchemi
GROUP_ID = com.github.hotchemi
ARTIFACT_ID_LIBRARY = permissionsdispatcher
ARTIFACT_ID_PROCESSOR = permissionsdispatcher-processor
VERSION = 2.3.1-SNAPSHOT
VERSION = 2.3.2
DESCRIPTION = Annotation-based library for generating runtime permissions dispatcher.
WEBSITE = https://github.com/hotchemi/PermissionsDispatcher
LICENCES = ['Apache-2.0']
Expand Down

0 comments on commit f6b43f2

Please sign in to comment.