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:08:50 +0300
committerGitHub <noreply@github.com>2022-06-18 04:08:50 +0300
commita11a4f99b5dc75f928c060f1b105e27c6c22c861 (patch)
treea1c0e7f79167885bf2ba9e4c74a162876692568c
parent34c93f046a3f529970371978a7fceb1dbc017b23 (diff)
parent764b663d72dadfeebd1f05a51bb122f7bbe34d70 (diff)
Merge pull request #464 from nextcloud/dependabot/gradle/androidx.annotation-annotation-1.4.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 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'