Skip to content

Commit 75ffcd4

Browse files
committed
resources-ktx: 1.3.1-0
1 parent 7a609b9 commit 75ffcd4

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

buildSrc/src/main/kotlin/dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object androidx {
1818
const val annotation = "androidx.annotation:annotation:1.2.0"
1919
const val viewbinding = "androidx.databinding:viewbinding:4.2.1"
2020

21-
object appcompat : Group("androidx.appcompat", version = "1.3.0") {
21+
object appcompat : Group("androidx.appcompat", version = "1.3.1") {
2222
val resources by this
2323
}
2424

resources-ktx/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## [1.3.1-0] (2021-10-03)
4+
35
### Added
46

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

1517
### Dependencies
1618

19+
- androidx.appcompat 1.3.0 -> 1.3.1
1720
- androidx.core 1.5.0 -> 1.6.0
21+
- androidx.fragment 1.3.5 -> 1.3.6
22+
- kotlin-stdlib 1.5.20 -> 1.5.31
1823

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

@@ -44,4 +49,5 @@
4449
First release
4550

4651

52+
[1.3.1-0]: https://github.com/RedMadRobot/redmadrobot-android-ktx/compare/fragment-ktx-v1.3.6-0...resources-ktx-v1.3.1-0
4753
[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

resources-ktx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424
}
2525
2626
dependencies {
27-
implementation("com.redmadrobot.extensions:resources-ktx:1.3.0-0")
27+
implementation("com.redmadrobot.extensions:resources-ktx:1.3.1-0")
2828
}
2929
```
3030

resources-ktx/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id("redmadrobot.publish")
77
}
88

9-
version = "1.3.0-0"
9+
version = "1.3.1-0"
1010
description = "A set of Kotlin extensions for accessing resources"
1111

1212
dependencies {

0 commit comments

Comments
 (0)