File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ And on your **app module** `build.gradle`:
26
26
apply plugin: 'android-apt'
27
27
28
28
dependencies {
29
- compile 'com.github.hotchemi:permissionsdispatcher:2.0.2 '
30
- apt 'com.github.hotchemi:permissionsdispatcher-processor:2.0.2 '
29
+ compile 'com.github.hotchemi:permissionsdispatcher:2.0.3 '
30
+ apt 'com.github.hotchemi:permissionsdispatcher-processor:2.0.3 '
31
31
}
32
32
```
33
33
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.0.2
8
+ VERSION = 2.0.3
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