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-06-04 04:04:04 +0300
committerGitHub <noreply@github.com>2022-06-04 04:04:04 +0300
commit8b856ac016101ae10966529e513ec2676e1e7d04 (patch)
tree3346a23b8e1b582709e15efa1fe361b4cecc14bc
parent53d0001158064b1e7417c067043c45d8c8971b30 (diff)
Bump core from 1.7.0 to 1.8.0
Bumps core from 1.7.0 to 1.8.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-type: direct:production update-type: version-update:semver-minor ... 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 794887c..21eb14f 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -102,7 +102,7 @@ dependencies {
implementation "androidx.appcompat:appcompat:1.4.1"
implementation 'androidx.annotation:annotation:1.3.0'
- implementation 'androidx.core:core:1.7.0'
+ implementation 'androidx.core:core:1.8.0'
implementation 'androidx.fragment:fragment:1.4.1'
compileOnly "org.projectlombok:lombok:1.18.24"