Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-11 04:38:45 +0300
committerGitHub <noreply@github.com>2022-08-11 04:38:45 +0300
commitfd7c5c4d2a0f6d0338fdad9308915ff06a7e63a0 (patch)
treea7dea61d06fd29b155799d73708915f179a121ce
parent7bf1d73c89f672da6158b60ac7bae646dc5c0b18 (diff)
Bump fragment-ktx from 1.5.1 to 1.5.2dependabot/gradle/androidx.fragment-fragment-ktx-1.5.2
Bumps fragment-ktx from 1.5.1 to 1.5.2. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e73b2566a8..8357c08d0f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -228,7 +228,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
implementation "androidx.work:work-runtime:$workRuntime"
implementation "androidx.work:work-runtime-ktx:$workRuntime"
- implementation "androidx.fragment:fragment-ktx:1.5.1"
+ implementation "androidx.fragment:fragment-ktx:1.5.2"
implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7
compileOnly 'com.google.code.findbugs:annotations:3.0.1u2'
implementation 'commons-io:commons-io:2.11.0'