Skip to content

Commit

Permalink
resources-ktx: 1.3.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Jun 26, 2021
1 parent 26436d8 commit d2448fc
Show file tree
Hide file tree
Showing 4 changed files with 13 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.1.2"

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

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

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

### Dependencies

- kotlin-stdlib-jdk8 1.4.32 -> kotlin-stdlib 1.5.20
- androidx.appcompat 1.2.0 -> 1.3.0
- androidx.annotation 1.1.0 -> 1.2.0
- androidx.core 1.3.0 -> 1.5.0
- androidx.fragment 1.3.0 -> 1.3.5

### Added

- Wrapper `Text` to make it possible to work with plain `String` and `StringRes` in the same way.
Expand Down
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.2.0-1")
implementation("com.redmadrobot.extensions:resources-ktx:1.3.0-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.2.0-1"
version = "1.3.0-0"
description = "A set of Kotlin extensions for accessing resources"

dependencies {
Expand Down

0 comments on commit d2448fc

Please sign in to comment.