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

github.com/nextcloud/Android-SingleSignOn.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-07-30 04:02:46 +0300
committerGitHub <noreply@github.com>2022-07-30 04:02:46 +0300
commite1c31979dfa3590dc4fafeeb5af099567536d0dc (patch)
treec10501a65885896285566efcf6f75ccb563b96e2
parent1cd37a6942c765e9873e11a240e7f665298f533a (diff)
Bump fragment from 1.5.0 to 1.5.1
Bumps fragment from 1.5.0 to 1.5.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--lib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/build.gradle b/lib/build.gradle
index 8532764..e700413 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -103,7 +103,7 @@ dependencies {
implementation "androidx.appcompat:appcompat:1.4.2"
implementation 'androidx.annotation:annotation:1.4.0'
implementation 'androidx.core:core:1.8.0'
- implementation 'androidx.fragment:fragment:1.5.0'
+ implementation 'androidx.fragment:fragment:1.5.1'
compileOnly "org.projectlombok:lombok:1.18.24"
annotationProcessor "org.projectlombok:lombok:1.18.24"