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-10-29 05:05:58 +0300
committerGitHub <noreply@github.com>2022-10-29 05:05:58 +0300
commit69d70e182d0cf5b273d781b532210693e1ffe31f (patch)
tree80ae9d35a81bace29735b5d89bdb028f426c9327
parentb632dece13f70e2ba309bbfd87f72e0260c11b77 (diff)
parent8c5e99eee00c99a07040c04b595eaea8c3fe4c4f (diff)
Merge pull request #493 from nextcloud/dependabot/gradle/androidx.fragment-fragment-1.5.4
-rw-r--r--lib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/build.gradle b/lib/build.gradle
index 4a68729..df9665a 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.5.0'
implementation 'androidx.core:core:1.8.0'
- implementation 'androidx.fragment:fragment:1.5.3'
+ implementation 'androidx.fragment:fragment:1.5.4'
compileOnly "org.projectlombok:lombok:1.18.24"
annotationProcessor "org.projectlombok:lombok:1.18.24"