We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5b840 commit 67cc422Copy full SHA for 67cc422
1 file changed
README.md
@@ -20,10 +20,10 @@ allprojects {
20
#### If you use only Java.
21
```
22
dependencies {
23
- implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.1'
+ implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.2'
24
// For extras
25
- implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.1'
26
- annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.1'
+ implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.2'
+ annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.2'
27
}
28
29
0 commit comments