We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee461c commit 01e567eCopy full SHA for 01e567e
README.md
@@ -22,10 +22,16 @@ Add the dependency
22
23
```groovy
24
dependencies {
25
+ compile 'com.github.hotchemi:permissionsdispatcher:2.1.3'
26
+ apt 'com.github.hotchemi:permissionsdispatcher-processor:2.1.3'
27
+ compile 'org.androidannotations:androidannotations-api:4.0.0'
28
+ apt 'org.androidannotations:androidannotations:4.0.0'
29
apt 'com.github.AleksanderMielczarek:AndroidAnnotationsPermissionDispatcherPlugin:0.1.0'
30
}
31
```
32
33
+**Please notice that PermissionsDispatcher is before AndroidAnnotations.**
34
+
35
## License
36
37
Copyright 2016 Aleksander Mielczarek
0 commit comments