File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
+ - 2.0.1 2015/12/04
4
+ - Add ` @NeverAskAgain ` .
3
5
- 1.2.1 2015/09/14
4
6
- Fix #14 and #16 .
5
7
- 1.2.0 2015/09/07
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ buildscript {
22
22
apply plugin: 'android-apt'
23
23
24
24
dependencies {
25
- compile 'com.github.hotchemi:permissionsdispatcher:2.0.0 '
26
- apt 'com.github.hotchemi:permissionsdispatcher-processor:2.0.0 '
25
+ compile 'com.github.hotchemi:permissionsdispatcher:2.0.1 '
26
+ apt 'com.github.hotchemi:permissionsdispatcher-processor:2.0.1 '
27
27
}
28
28
```
29
29
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.0
8
+ VERSION = 2.0.1
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