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:06:36 +0300
committerGitHub <noreply@github.com>2022-10-29 05:06:36 +0300
commit1809f1a902fe18732ca19440d306945d9c5ad359 (patch)
tree23b8b6a121ad9f5cc1f106bfc877c62c34b74760
parent69d70e182d0cf5b273d781b532210693e1ffe31f (diff)
Bump core from 1.8.0 to 1.9.0dependabot/gradle/androidx.core-core-1.9.0
Bumps core from 1.8.0 to 1.9.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 df9665a..95b5d3d 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -102,7 +102,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.core:core:1.9.0'
implementation 'androidx.fragment:fragment:1.5.4'
compileOnly "org.projectlombok:lombok:1.18.24"