Skip to content

Commit d2448fc

Browse files
committed
resources-ktx: 1.3.0-0
1 parent 26436d8 commit d2448fc

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-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.1.2"
2020

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

resources-ktx/CHANGELOG.md

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

3+
## 1.3.0-0 (2021-06-27)
4+
5+
### Dependencies
6+
7+
- kotlin-stdlib-jdk8 1.4.32 -> kotlin-stdlib 1.5.20
8+
- androidx.appcompat 1.2.0 -> 1.3.0
9+
- androidx.annotation 1.1.0 -> 1.2.0
10+
- androidx.core 1.3.0 -> 1.5.0
11+
- androidx.fragment 1.3.0 -> 1.3.5
12+
313
### Added
414

515
- Wrapper `Text` to make it possible to work with plain `String` and `StringRes` in the same way.

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.2.0-1")
27+
implementation("com.redmadrobot.extensions:resources-ktx:1.3.0-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.2.0-1"
9+
version = "1.3.0-0"
1010
description = "A set of Kotlin extensions for accessing resources"
1111

1212
dependencies {

0 commit comments

Comments
 (0)