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:08:39 +0300
committerGitHub <noreply@github.com>2022-06-04 04:08:39 +0300
commita53769160b5604ff7b13e838dd0c73420f63af8e (patch)
tree71d261b8fd41db639f0352be7526814d19f24aaf
parentc74932b9b5004f00678dd22d15f3180a2f89e81b (diff)
Bump appcompat from 1.4.1 to 1.4.2
Bumps appcompat from 1.4.1 to 1.4.2. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--lib/build.gradle2
-rw-r--r--sample/build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/build.gradle b/lib/build.gradle
index 1ea45de..5a187a8 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -100,7 +100,7 @@ detekt {
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
- implementation "androidx.appcompat:appcompat:1.4.1"
+ implementation "androidx.appcompat:appcompat:1.4.2"
implementation 'androidx.annotation:annotation:1.3.0'
implementation 'androidx.core:core:1.8.0'
implementation 'androidx.fragment:fragment:1.4.1'
diff --git a/sample/build.gradle b/sample/build.gradle
index b8a99e6..571a9b8 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -31,7 +31,7 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
implementation project(path: ':lib')
- implementation 'androidx.appcompat:appcompat:1.4.1'
+ implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'