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

github.com/stefan-niedermann/nextcloud-notes.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-10-24 16:52:00 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-10-24 17:30:49 +0300
commit341c264fe568e1fcbf68ef6db8aec98077de1c07 (patch)
treec84de6bd36e96d13ffc1323fe49c065d8771449c
parentbaa197a064690303cffada0dbfca29fae1168b9b (diff)
Bump fragment from 1.5.3 to 1.5.4
Bumps fragment from 1.5.3 to 1.5.4. --- updated-dependencies: - dependency-name: androidx.fragment:fragment 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 d2cacf0a..ea0d7610 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -94,7 +94,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.core:core-splashscreen:1.0.0'
- implementation 'androidx.fragment:fragment:1.5.3'
+ implementation 'androidx.fragment:fragment:1.5.4'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'