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-18 04:04:38 +0300
committerGitHub <noreply@github.com>2022-06-18 04:04:38 +0300
commit764b663d72dadfeebd1f05a51bb122f7bbe34d70 (patch)
treea1c0e7f79167885bf2ba9e4c74a162876692568c
parent34c93f046a3f529970371978a7fceb1dbc017b23 (diff)
Bump annotation from 1.3.0 to 1.4.0
Bumps annotation from 1.3.0 to 1.4.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 5a187a8..834be8c 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.3.0'
+ implementation 'androidx.annotation:annotation:1.4.0'
implementation 'androidx.core:core:1.8.0'
implementation 'androidx.fragment:fragment:1.4.1'