We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ac344f + b00ef55 commit f4106cfCopy full SHA for f4106cf
README.md
@@ -96,8 +96,8 @@ allprojects {
96
And on your **app module** `build.gradle`:
97
98
```groovy
99
- provided 'com.github.pavel163.AttributesDispatcher:library:1.0.0-alpha1'
100
- annotationProcessor 'com.github.pavel163.AttributesDispatcher:compiler:1.0.0-alpha1'
+ compile 'com.github.pavel163.AttributesDispatcher:library:1.0.0'
+ annotationProcessor 'com.github.pavel163.AttributesDispatcher:compiler:1.0.0'
101
```
102
103
## Licence
0 commit comments