File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
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 ) .
3
6
- 2.2.0 2016/09/25
4
7
- Support maxSdkVersion [ #204 ] ( https://github.com/hotchemi/PermissionsDispatcher/pull/204 ) .
5
8
- Add ProGuard support [ #175 ] ( https://github.com/hotchemi/PermissionsDispatcher/pull/175 ) .
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ USER = hotchemi
5
5
GROUP_ID = com.github.hotchemi
6
6
ARTIFACT_ID_LIBRARY = permissionsdispatcher
7
7
ARTIFACT_ID_PROCESSOR = permissionsdispatcher-processor
8
- VERSION = 2.2.0
8
+ VERSION = 2.2.1
9
9
DESCRIPTION = Annotation-based library for generating runtime permissions dispatcher.
10
10
WEBSITE = https://github.com/hotchemi/PermissionsDispatcher
11
11
LICENCES = ['Apache-2.0']
You can’t perform that action at this time.
0 commit comments