File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727 annotationProcessor 'com.github.hotchemi:permissionsdispatcher-processor:2.4.0'
2828 compile 'org.androidannotations:androidannotations-api:4.3.1'
2929 annotationProcessor 'org.androidannotations:androidannotations:4.3.1'
30- annotationProcessor 'com.github.AleksanderMielczarek:AndroidAnnotationsPermissionsDispatcherPlugin:2.0.1 '
30+ annotationProcessor 'com.github.AleksanderMielczarek:AndroidAnnotationsPermissionsDispatcherPlugin:2.0.2 '
3131}
3232```
3333
@@ -76,6 +76,10 @@ See the example project for code.
7676
7777## Changelog
7878
79+ ### 2.0.2 (2017-08-08)
80+
81+ - fix special permissions handling (#9 )
82+
7983### 2.0.1 (2017-08-03)
8084
8185- fix not compiling code when AA is running first (#7 )
Original file line number Diff line number Diff line change 11ext {
22 versionMajor = 2
33 versionMinor = 0
4- versionFix = 1
4+ versionFix = 2
55
66 minSdkVersionVersion = 16
77 sdkVersion = 26
You can’t perform that action at this time.
0 commit comments