File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
+ - 2.0.3 2016/01/18
4
+ - Add [ #65 ] ( https://github.com/hotchemi/PermissionsDispatcher/pull/65 ) .
5
+ - Add [ #72 ] ( https://github.com/hotchemi/PermissionsDispatcher/pull/72 ) .
3
6
- 2.0.2 2016/01/13
4
7
- Fix [ #63 ] ( https://github.com/hotchemi/PermissionsDispatcher/issues/63 ) .
5
8
- 2.0.1 2015/12/04
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
You can’t perform that action at this time.
0 commit comments