Skip to content

Commit f4106cf

Browse files
author
ergashev
committed
Merge remote-tracking branch 'origin/master'
2 parents 2ac344f + b00ef55 commit f4106cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ allprojects {
9696
And on your **app module** `build.gradle`:
9797

9898
```groovy
99-
provided 'com.github.pavel163.AttributesDispatcher:library:1.0.0-alpha1'
100-
annotationProcessor 'com.github.pavel163.AttributesDispatcher:compiler:1.0.0-alpha1'
99+
compile 'com.github.pavel163.AttributesDispatcher:library:1.0.0'
100+
annotationProcessor 'com.github.pavel163.AttributesDispatcher:compiler:1.0.0'
101101
```
102102

103103
## Licence

0 commit comments

Comments
 (0)