Skip to content

Commit e6b80cf

Browse files
Merge remote-tracking branch 'origin/master'
# Conflicts: # README.md
2 parents 9780894 + 165be93 commit e6b80cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Add the dependency
2222

2323
```groovy
2424
dependencies {
25+
//PermissionsDispatcher has to be above AndroidAnnotations
2526
compile 'com.github.hotchemi:permissionsdispatcher:2.4.0'
2627
annotationProcessor 'com.github.hotchemi:permissionsdispatcher-processor:2.4.0'
2728
compile 'org.androidannotations:androidannotations-api:4.3.1'
@@ -30,7 +31,7 @@ dependencies {
3031
}
3132
```
3233

33-
**Please notice that PermissionsDispatcher is above AndroidAnnotations.**
34+
> #Please notice that PermissionsDispatcher is above AndroidAnnotations.
3435
3536
## Changelog
3637

0 commit comments

Comments
 (0)