Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 5bfb5de

Browse files
committed
fix: revert androidx.fragment to 1.6.2
1 parent c316ac9 commit 5bfb5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ androidx-vectors = { module = "androidx.vectordrawable:vectordrawable", version.
8686
androidx-animated_vectors = { module = "androidx.vectordrawable:vectordrawable-animated", version.ref = "androidx-vectordrawable" }
8787
androidx-core = { module = "androidx.core:core", version = "1.13.1" }
8888
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.13.1" }
89-
androidx-fragment_ktx = { module = "androidx.fragment:fragment-ktx", version = "1.7.0" }
89+
androidx-fragment_ktx = { module = "androidx.fragment:fragment-ktx", version = "1.6.2" }
9090
androidx-libDesugaring = { module = "com.android.tools:desugar_jdk_libs", version = "2.0.4" }
9191
androidx-splashscreen = { module = "androidx.core:core-splashscreen", version = "1.0.1" }
9292
androidx-transition = { module = "androidx.transition:transition-ktx", version = "1.5.0" }

0 commit comments

Comments
 (0)