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-06-30 16:13:23 +0300
committerGitHub <noreply@github.com>2022-06-30 16:13:23 +0300
commit422838f2ca79e3bbfb6eb6508f1b67aa4ded8c8e (patch)
tree38ecbdd93f261b264104136aca31aa61f02bce1b
parent50ff66c7b71f68a487361067b07c928dc55d0c3a (diff)
Bumps fragment from 1.4.1 to 1.5.0. --- 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 1ef2761e..48de878f 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.0'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'