Skip to content

Commit f1e3df8

Browse files
all: bump androidx.fragment:fragment-ktx to 1.8.0-rc01 (fixes #2022) (#2019)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi <[email protected]>
1 parent 8e2194f commit f1e3df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
})
6262
implementation 'androidx.appcompat:appcompat:1.6.1'
6363
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
64-
implementation 'androidx.fragment:fragment-ktx:1.8.0-beta01'
64+
implementation 'androidx.fragment:fragment-ktx:1.8.0-rc01'
6565
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
6666
implementation 'androidx.multidex:multidex:2.0.1'
6767
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.28'

0 commit comments

Comments
 (0)