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.
2 parents 1031718 + 9ad6613 commit 165be93Copy full SHA for 165be93
README.md
@@ -22,6 +22,7 @@ Add the dependency
22
23
```groovy
24
dependencies {
25
+ //PermissionsDispatcher has to be above AndroidAnnotations
26
compile 'com.github.hotchemi:permissionsdispatcher:2.1.3'
27
apt 'com.github.hotchemi:permissionsdispatcher-processor:2.1.3'
28
compile 'org.androidannotations:androidannotations-api:4.0.0'
@@ -30,7 +31,7 @@ dependencies {
30
31
}
32
```
33
-**Please notice that PermissionsDispatcher is above AndroidAnnotations.**
34
+> #Please notice that PermissionsDispatcher is above AndroidAnnotations.
35
36
## License
37
0 commit comments