Skip to content

Commit 165be93

Browse files
Merge pull request #4 from vincentnock/patch-1
Update README.md
2 parents 1031718 + 9ad6613 commit 165be93

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.1.3'
2627
apt 'com.github.hotchemi:permissionsdispatcher-processor:2.1.3'
2728
compile 'org.androidannotations:androidannotations-api:4.0.0'
@@ -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
## License
3637

0 commit comments

Comments
 (0)