File tree 3 files changed +5
-2
lines changed 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Unreleased
2
2
3
+ ## [ 1.3.6-1] (2021-11-16)
4
+
3
5
### Changes
4
6
5
7
- ** Breaking change!**
45
47
First release
46
48
47
49
50
+ [ 1.3.6-1 ] : https://github.com/RedMadRobot/redmadrobot-android-ktx/compare/ec4d0fb8...fragment-args-ktx-v1.3.6-1
48
51
[ 1.3.6-0 ] : https://github.com/RedMadRobot/redmadrobot-android-ktx/compare/fe55b501...fragment-args-ktx-v1.3.6-0
49
52
[ 1.3.5-0 ] : https://github.com/RedMadRobot/redmadrobot-android-ktx/compare/core-ktx-v1.5.0-0...fragment-args-ktx-v1.3.5-0
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ repositories {
28
28
}
29
29
30
30
dependencies {
31
- implementation("com.redmadrobot.extensions:fragment-args-ktx:1.3.6-0 ")
31
+ implementation("com.redmadrobot.extensions:fragment-args-ktx:1.3.6-1 ")
32
32
}
33
33
```
34
34
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.6-0 "
9
+ version = " 1.3.6-1 "
10
10
description = " Delegates for safe dealing with fragments' arguments"
11
11
12
12
dependencies {
You can’t perform that action at this time.
0 commit comments