We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d36e31 commit 2fab3bcCopy full SHA for 2fab3bc
README.md
@@ -78,6 +78,10 @@ See the example project for code.
78
79
## Changelog
80
81
+### 2.1.1 (2018-01-24)
82
+
83
+- do not generate dispatcher calls if there is no `@RuntimePermissions` (#18)
84
85
### 2.1.0 (2017-10-29)
86
87
- support PermissionsDispatcher 3.0.0
dependencies.gradle
@@ -1,7 +1,7 @@
1
ext {
2
versionMajor = 2
3
versionMinor = 1
4
- versionFix = 0
+ versionFix = 1
5
6
minSdkVersionVersion = 23
7
sdkVersion = 27
0 commit comments