File tree 4 files changed +14
-3
lines changed
4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ object jetbrains {
16
16
object androidx {
17
17
const val activity = " androidx.activity:activity:1.2.0"
18
18
const val annotation = " androidx.annotation:annotation:1.1.0"
19
- const val fragment = " androidx.fragment:fragment:1.3.0"
20
19
const val viewbinding = " androidx.databinding:viewbinding:4.1.2"
21
20
22
21
object appcompat : Group(" androidx.appcompat" , version = " 1.2.0" ) {
@@ -27,6 +26,10 @@ object androidx {
27
26
val ktx by this
28
27
}
29
28
29
+ object fragment : Group(" androidx.fragment" , version = " 1.3.5" ) {
30
+ val ktx by this
31
+ }
32
+
30
33
object lifecycle : Group(" androidx.lifecycle" , version = " 2.3.0" ) {
31
34
val common by this
32
35
val livedata_ktx by this
Original file line number Diff line number Diff line change 1
1
## Unreleased
2
2
3
+ ## 1.3.5-0 (2021-06-26)
4
+
5
+ ### Dependencies
6
+
7
+ - kotlin-stdlib-jdk8 1.4.32 -> kotlin-stdlib 1.5.20
8
+ - androidx.fragment 1.3.0 -> 1.3.5
9
+
3
10
## 1.3.0-0 (2021-03-01)
4
11
5
12
### Dependencies
Original file line number Diff line number Diff line change @@ -20,14 +20,15 @@ Delegates for safe dealing with fragments' arguments.
20
20
## Installation
21
21
22
22
Add the dependency:
23
+
23
24
``` groovy
24
25
repositories {
25
26
mavenCentral()
26
27
google()
27
28
}
28
29
29
30
dependencies {
30
- implementation("com.redmadrobot.extensions:fragment-args-ktx:1.3.0 -0")
31
+ implementation("com.redmadrobot.extensions:fragment-args-ktx:1.3.5 -0")
31
32
}
32
33
```
33
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.0 -0"
9
+ version = " 1.3.5 -0"
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