File tree 4 files changed +13
-3
lines changed 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ object androidx {
18
18
const val annotation = " androidx.annotation:annotation:1.2.0"
19
19
const val viewbinding = " androidx.databinding:viewbinding:4.1.2"
20
20
21
- object appcompat : Group(" androidx.appcompat" , version = " 1.2 .0" ) {
21
+ object appcompat : Group(" androidx.appcompat" , version = " 1.3 .0" ) {
22
22
val resources by this
23
23
}
24
24
Original file line number Diff line number Diff line change 1
1
## Unreleased
2
2
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
+
3
13
### Added
4
14
5
15
- Wrapper ` Text ` to make it possible to work with plain ` String ` and ` StringRes ` in the same way.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ repositories {
24
24
}
25
25
26
26
dependencies {
27
- implementation("com.redmadrobot.extensions:resources-ktx:1.2 .0-1 ")
27
+ implementation("com.redmadrobot.extensions:resources-ktx:1.3 .0-0 ")
28
28
}
29
29
```
30
30
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
id(" redmadrobot.publish" )
7
7
}
8
8
9
- version = " 1.2 .0-1 "
9
+ version = " 1.3 .0-0 "
10
10
description = " A set of Kotlin extensions for accessing resources"
11
11
12
12
dependencies {
You can’t perform that action at this time.
0 commit comments