Skip to content

Commit

Permalink
core: update for v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hotchemi committed Aug 30, 2020
1 parent 66da222 commit 51d5202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
# ChangeLog

- 4.8.0 2020/08/31
- Feat: [Bug fix for NeedOnRequestPermissionsResult lint derector](https://github.com/permissions-dispatcher/PermissionsDispatcher/issues/680)
- ktx: 1.0.0-beta1
- Update: [rewrite internal implementation](https://github.com/permissions-dispatcher/PermissionsDispatcher/pull/678)
- 4.7.0 2020/03/25
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -5,7 +5,7 @@ ARTIFACT_ID_LIBRARY = permissionsdispatcher
ARTIFACT_ID_PROCESSOR = permissionsdispatcher-processor
ARTIFACT_ID_ANNOTATION = permissionsdispatcher-annotation
ARTIFACT_ID_KTX = permissionsdispatcher-ktx
VERSION = 4.7.0
VERSION = 4.8.0
KTX_VERSION = 1.0.0-beta1
REPO = org.permissionsdispatcher
DESCRIPTION = Annotation-based library for generating runtime permissions dispatcher.
Expand Down

0 comments on commit 51d5202

Please sign in to comment.