We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1abf7e commit 3b684baCopy full SHA for 3b684ba
1 file changed
README.md
@@ -19,10 +19,10 @@ allprojects {
19
**Step 2.** Add the dependency
20
```
21
dependencies {
22
- compile 'com.github.Omega-R.OmegaIntentBuilder:core:1.0.6'
+ compile 'com.github.Omega-R.OmegaIntentBuilder:core:1.0.7'
23
// For extras
24
- compile 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.0.6'
25
- annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.0.6'
+ compile 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.0.7'
+ annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.0.7'
26
}
27
28
# Usage
0 commit comments