File tree 4 files changed +9
-3
lines changed 4 files changed +9
-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.2.1"
20
20
21
- object appcompat : Group(" androidx.appcompat" , version = " 1.3.0 " ) {
21
+ object appcompat : Group(" androidx.appcompat" , version = " 1.3.1 " ) {
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.1-0] (2021-10-03)
4
+
3
5
### Added
4
6
5
7
- ** Context** : added type checks to extensions ` resolveColor `
14
16
15
17
### Dependencies
16
18
19
+ - androidx.appcompat 1.3.0 -> 1.3.1
17
20
- 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
18
23
19
24
## [ 1.3.0-0] (2021-06-27)
20
25
44
49
First release
45
50
46
51
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
47
53
[ 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
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.3.0 -0")
27
+ implementation("com.redmadrobot.extensions:resources-ktx:1.3.1 -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.3.0 -0"
9
+ version = " 1.3.1 -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