File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ dependencies {
2424 // For extras
2525 implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.4'
2626 annotationProcessor 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.4'
27+
28+ // AndroidX
29+ implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.5'
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'
2733}
2834```
2935
@@ -46,6 +52,12 @@ dependencies {
4652 // For extras
4753 implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.4'
4854 kapt 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.4'
55+
56+ // AndroidX
57+ implementation 'com.github.Omega-R.OmegaIntentBuilder:core:1.1.5'
58+ // For extras
59+ implementation 'com.github.Omega-R.OmegaIntentBuilder:annotations:1.1.5'
60+ kapt 'com.github.Omega-R.OmegaIntentBuilder:processor:1.1.5'
4961}
5062```
5163
You can’t perform that action at this time.
0 commit comments