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-09-24 04:07:38 +0300
committerGitHub <noreply@github.com>2022-09-24 04:07:38 +0300
commit6b3d359ef72d079f6193a88deb5ae2d7d8ed2657 (patch)
tree2fdc32735f04e20960a99c09cb55356c7d32138f
parent158774707e5f9de947ec393397c86ca6b63445f4 (diff)
parent960d9da45698095612e2359360b409492d5c4de2 (diff)
Merge pull request #485 from nextcloud/dependabot/gradle/androidx.fragment-fragment-1.5.3
-rw-r--r--lib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/build.gradle b/lib/build.gradle
index 48b7f32..d51d626 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.2'
+ implementation 'androidx.fragment:fragment:1.5.3'
compileOnly "org.projectlombok:lombok:1.18.24"
annotationProcessor "org.projectlombok:lombok:1.18.24"