Skip to content

Commit

Permalink
Update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed Jun 10, 2021
1 parent cb802ab commit ab43eea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ It's available in several artifacts which you can import depending on which type

```groovy
dependencies {
implementation "co.zsmb:requirektx-bundle:1.1.0"
implementation "co.zsmb:requirektx-intent:1.1.0"
implementation "co.zsmb:requirektx-navigation:1.1.0"
implementation "co.zsmb:requirektx-work:1.1.0"
implementation "co.zsmb:requirektx-bundle:1.2.0"
implementation "co.zsmb:requirektx-intent:1.2.0"
implementation "co.zsmb:requirektx-navigation:1.2.0"
implementation "co.zsmb:requirektx-work:1.2.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.5.10"
ext.requirektx_version = '1.1.0'
ext.requirektx_version = '1.2.0'

repositories {
google()
Expand Down

0 comments on commit ab43eea

Please sign in to comment.