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-08-13 07:17:12 +0300
committerGitHub <noreply@github.com>2022-08-13 07:17:12 +0300
commit3bb43c792353e9c1e3d07ea7921825b4b3b43955 (patch)
treeced6be4bff54f420444d43662fb93c39d4e28ffc
parent672d2b6b1aa5a7b34f77f8fad988662c47951a19 (diff)
parent802aa0afec66a073789801a5cc7bab5f9dd68959 (diff)
Merge pull request #475 from nextcloud/dependabot/gradle/androidx.fragment-fragment-1.5.2
-rw-r--r--lib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/build.gradle b/lib/build.gradle
index 2996c12..801cb76 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.1'
+ implementation 'androidx.fragment:fragment:1.5.2'
compileOnly "org.projectlombok:lombok:1.18.24"
annotationProcessor "org.projectlombok:lombok:1.18.24"