We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca800b0 commit ac22143Copy full SHA for ac22143
1 file changed
README.md
@@ -26,10 +26,10 @@ dependencies {
26
annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.4'
27
28
// AndroidX
29
- implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.5'
+ implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.6'
30
// For extras
31
- implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.5'
32
- annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.5'
+ implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.6'
+ annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.6'
33
}
34
```
35
0 commit comments