We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cc422 commit c05e4e0Copy full SHA for c05e4e0
1 file changed
README.md
@@ -42,10 +42,10 @@ android {
42
}
43
44
dependencies {
45
- implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.1'
+ implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.2'
46
// For extras
47
- implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.1'
48
- kapt 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.1'
+ implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.2'
+ kapt 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.2'
49
50
```
51
0 commit comments