Skip to content

Commit

Permalink
core-ktx: 1.6.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Oct 3, 2021
1 parent e78c963 commit c5e322e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions core-ktx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## [1.6.0-1] (2021-10-03)

### Added

- **Canvas**: new extensions `withClipOut`
Expand All @@ -14,6 +16,10 @@
- Added `inline` modifier to Keyboard extensions
- Default value in `SharedPreferences` delegate should not be evaluated before it needed (similar to #31)

### Dependencies

- kotlin-stdlib 1.5.20 -> 1.5.31

## [1.6.0-0] (2021-07-05)

### Dependencies
Expand All @@ -38,5 +44,6 @@
First release


[1.6.0-1]: https://github.com/RedMadRobot/redmadrobot-android-ktx/compare/resources-ktx-v1.3.1-0...core-ktx-v1.6.0-1
[1.6.0-0]: https://github.com/RedMadRobot/redmadrobot-android-ktx/compare/viewbinding-ktx-v4.2.1-0...core-ktx-v1.6.0-0
[1.5.0-0]: https://github.com/RedMadRobot/redmadrobot-android-ktx/compare/e6b11af4...core-ktx-v1.5.0-0
2 changes: 1 addition & 1 deletion core-ktx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {
}
dependencies {
implementation("com.redmadrobot.extensions:core-ktx:1.6.0-0")
implementation("com.redmadrobot.extensions:core-ktx:1.6.0-1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion core-ktx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("redmadrobot.publish")
}

version = "1.6.0-0"
version = "1.6.0-1"
description = "Kotlin extensions in addition to androidx core-ktx"

dependencies {
Expand Down

0 comments on commit c5e322e

Please sign in to comment.