Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Mielczarek committed Jan 24, 2018
1 parent 2d36e31 commit 2fab3bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ See the example project for code.

## Changelog

### 2.1.1 (2018-01-24)

- do not generate dispatcher calls if there is no `@RuntimePermissions` (#18)

### 2.1.0 (2017-10-29)

- support PermissionsDispatcher 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
versionMajor = 2
versionMinor = 1
versionFix = 0
versionFix = 1

minSdkVersionVersion = 23
sdkVersion = 27
Expand Down

0 comments on commit 2fab3bc

Please sign in to comment.