File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ allprojects {
2020#### If you use only Java.
2121```
2222dependencies {
23- implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.2 '
23+ implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.4 '
2424 // For extras
25- implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.2 '
26- annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.2 '
25+ implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.4 '
26+ annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.4 '
2727}
2828```
2929
@@ -42,10 +42,10 @@ android {
4242}
4343
4444dependencies {
45- implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.2 '
45+ implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.4 '
4646 // For extras
47- implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.2 '
48- kapt 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.2 '
47+ implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.4 '
48+ kapt 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.4 '
4949}
5050```
5151
You can’t perform that action at this time.
0 commit comments