Skip to content

Commit

Permalink
resources-ktx: 1.3.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Oct 3, 2021
1 parent 7a609b9 commit 75ffcd4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object androidx {
const val annotation = "androidx.annotation:annotation:1.2.0"
const val viewbinding = "androidx.databinding:viewbinding:4.2.1"

object appcompat : Group("androidx.appcompat", version = "1.3.0") {
object appcompat : Group("androidx.appcompat", version = "1.3.1") {
val resources by this
}

Expand Down
6 changes: 6 additions & 0 deletions resources-ktx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## [1.3.1-0] (2021-10-03)

### Added

- **Context**: added type checks to extensions `resolveColor`
Expand All @@ -14,7 +16,10 @@

### Dependencies

- androidx.appcompat 1.3.0 -> 1.3.1
- androidx.core 1.5.0 -> 1.6.0
- androidx.fragment 1.3.5 -> 1.3.6
- kotlin-stdlib 1.5.20 -> 1.5.31

## [1.3.0-0] (2021-06-27)

Expand Down Expand Up @@ -44,4 +49,5 @@
First release


[1.3.1-0]: https://github.com/RedMadRobot/redmadrobot-android-ktx/compare/fragment-ktx-v1.3.6-0...resources-ktx-v1.3.1-0
[1.3.0-0]: https://github.com/RedMadRobot/redmadrobot-android-ktx/compare/lifecycle-livedata-ktx-v2.3.1-0...resources-ktx-v1.3.0-0
2 changes: 1 addition & 1 deletion resources-ktx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}
dependencies {
implementation("com.redmadrobot.extensions:resources-ktx:1.3.0-0")
implementation("com.redmadrobot.extensions:resources-ktx:1.3.1-0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion resources-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.3.0-0"
version = "1.3.1-0"
description = "A set of Kotlin extensions for accessing resources"

dependencies {
Expand Down

0 comments on commit 75ffcd4

Please sign in to comment.