Skip to content

Commit 5d00bda

Browse files
author
Roman Tcaregorodtcev
authored
Update README.md
1 parent aae5617 commit 5d00bda

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)