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-02 07:29:21 +0300
committerGitHub <noreply@github.com>2022-07-02 07:29:21 +0300
commit080d86f18b7063ac5a21a2c841df0e4205e3138c (patch)
tree1b6a488859bd61a1c428e824e6a56ae8240e001b
parent687a70a1e04ad9fc120bade4b03adb3177f91f3e (diff)
parentdaa33b6aeec20fdbc9954bc7b89318809af30380 (diff)
Merge pull request #467 from nextcloud/dependabot/gradle/androidx.fragment-fragment-1.5.0
-rw-r--r--lib/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/build.gradle b/lib/build.gradle
index fafdb58..8532764 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.4.1'
+ implementation 'androidx.fragment:fragment:1.5.0'
compileOnly "org.projectlombok:lombok:1.18.24"
annotationProcessor "org.projectlombok:lombok:1.18.24"