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-09-24 04:08:21 +0300
committerGitHub <noreply@github.com>2022-09-24 04:08:21 +0300
commit18ad65a25b47749b65d94133465af5b021b57c4a (patch)
tree4bdd86e6c4db80f8bfee589f8601a08ff7467a3b
parent6b3d359ef72d079f6193a88deb5ae2d7d8ed2657 (diff)
Bump annotation from 1.4.0 to 1.5.0
Bumps annotation from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation 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 d51d626..de67a61 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -101,7 +101,7 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
implementation "androidx.appcompat:appcompat:1.4.2"
- implementation 'androidx.annotation:annotation:1.4.0'
+ implementation 'androidx.annotation:annotation:1.5.0'
implementation 'androidx.core:core:1.8.0'
implementation 'androidx.fragment:fragment:1.5.3'