From 6a039cc0ef64b0aab2f7b733d7af0a04dab5de42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:49:27 +0000 Subject: [PATCH] Bump androidx.fragment:fragment-ktx from 1.8.6 to 1.8.9 Bumps androidx.fragment:fragment-ktx from 1.8.6 to 1.8.9. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-version: 1.8.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sample-network/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-network/build.gradle b/sample-network/build.gradle index 6920175..dfde618 100644 --- a/sample-network/build.gradle +++ b/sample-network/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation project(':pdfview-android') implementation 'androidx.appcompat:appcompat:1.7.0' //this provides toUri(), by viewModel and other extensions - implementation "androidx.fragment:fragment-ktx:1.8.6" + implementation "androidx.fragment:fragment-ktx:1.8.9" implementation 'com.squareup.okhttp3:okhttp:4.12.0' }