Skip to content

Commit 47c46d6

Browse files
Release 2.0.2
1 parent 72c62af commit 47c46d6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
22
versionMajor = 2
33
versionMinor = 0
4-
versionFix = 1
4+
versionFix = 2
55

66
minSdkVersionVersion = 16
77
sdkVersion = 26

0 commit comments

Comments
 (0)