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-01-27 16:47:09 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-01-27 16:57:56 +0300
commit24a89978761a7893a90c30b80b797775d43f08bf (patch)
treeb0d6e1abd0438117e3408b689a1755ea3daf1476
parentba05dffa91eab0efefabdd3a501e902b57f5e6fa (diff)
Bump fragment from 1.4.0 to 1.4.1
Bumps fragment from 1.4.0 to 1.4.1. --- 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 320b63a4..bfc5d6fe 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -92,7 +92,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.4.1'
- implementation 'androidx.fragment:fragment:1.4.0'
+ implementation 'androidx.fragment:fragment:1.4.1'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'