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>2021-06-17 16:11:20 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-06-17 16:22:02 +0300
commitbb92c9aeda9d8590888a9fa31367e1a10bdecae8 (patch)
treec88de52199609b9a75ba143d5041c6c27a664364
parent0857c2e7132aa86951edf3430a06be769cbf71e1 (diff)
Bump fragment from 1.3.4 to 1.3.5
Bumps fragment from 1.3.4 to 1.3.5. --- 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 1fe507ec..6218d391 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -86,7 +86,7 @@ dependencies {
// Android X
implementation 'androidx.appcompat:appcompat:1.3.0'
- implementation 'androidx.fragment:fragment:1.3.4'
+ implementation 'androidx.fragment:fragment:1.3.5'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'