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 9780894 + 165be93 commit e6b80cfCopy full SHA for e6b80cf
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.4.0'
27
annotationProcessor 'com.github.hotchemi:permissionsdispatcher-processor:2.4.0'
28
compile 'org.androidannotations:androidannotations-api:4.3.1'
@@ -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
## Changelog
37
0 commit comments