We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a48f4a commit 72feeecCopy full SHA for 72feeec
fragment-ktx/CHANGELOG.md
@@ -1,3 +1,5 @@
1
## Unreleased
2
3
+## 1.3.5-0 (2021-06-26)
4
+
5
First release
fragment-ktx/README.md
@@ -25,7 +25,7 @@ repositories {
25
}
26
27
dependencies {
28
- implementation("com.redmadrobot.extensions:fragment-ktx:1.3.0-0")
+ implementation("com.redmadrobot.extensions:fragment-ktx:1.3.5-0")
29
30
```
31
fragment-ktx/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
id("redmadrobot.publish")
7
8
9
-version = "1.3.0-0"
+version = "1.3.5-0"
10
description = "A set of extensions in addition to androidx fragment-ktx"
11
12
0 commit comments