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-08-11 16:16:59 +0300
committerGitHub <noreply@github.com>2022-08-11 16:16:59 +0300
commit22ff83b2988666123cd3a328425be2817feb804c (patch)
treef54b1586813a3138641e0d32233a47da43983424
parent3999f8eaec570566fec1f3a4bc55ca86afc00522 (diff)
Bumps fragment from 1.4.1 to 1.5.2. --- updated-dependencies: - dependency-name: androidx.fragment:fragment dependency-type: direct:production update-type: version-update:semver-minor ... 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 68fb851d..f7eaa31e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -93,7 +93,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.4.2'
- implementation 'androidx.fragment:fragment:1.4.1'
+ implementation 'androidx.fragment:fragment:1.5.2'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'