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 06:40:27 +0300
committerGitHub <noreply@github.com>2022-08-13 06:40:27 +0300
commit802aa0afec66a073789801a5cc7bab5f9dd68959 (patch)
treeced6be4bff54f420444d43662fb93c39d4e28ffc
parent672d2b6b1aa5a7b34f77f8fad988662c47951a19 (diff)
Bump fragment from 1.5.1 to 1.5.2
Bumps fragment from 1.5.1 to 1.5.2. --- 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 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"