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 05:30:55 +0300
committerGitHub <noreply@github.com>2022-07-30 05:30:55 +0300
commitdb3506c9826b300855ab21cee903ee4ab519763f (patch)
treec10501a65885896285566efcf6f75ccb563b96e2
parent1cd37a6942c765e9873e11a240e7f665298f533a (diff)
parente1c31979dfa3590dc4fafeeb5af099567536d0dc (diff)
Merge pull request #471 from nextcloud/dependabot/gradle/androidx.fragment-fragment-1.5.1
-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"