Skip to content

Commit 14d93ac

Browse files
author
Roman Tcaregorodtcev
authored
Update README.md
1 parent 9378c7d commit 14d93ac

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ allprojects {
2020
#### If you use only Java.
2121
```
2222
dependencies {
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
4444
dependencies {
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

0 commit comments

Comments
 (0)