Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.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-08-11 15:13:36 +0300
committerGitHub <noreply@github.com>2022-08-11 15:13:36 +0300
commit3a9c213aead424e15c7c4f873929b657fc015cb1 (patch)
tree27d07b856160ca782063d413933a9311f4bf5604
parentda1721a49fbb1a96e6f61ca15a15f7b3ca30253d (diff)
Bumps appcompat from 1.4.2 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 0cbe62ad3..44d8810da 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -71,7 +71,7 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.6'
// Android X
- implementation 'androidx.appcompat:appcompat:1.4.2'
+ implementation 'androidx.appcompat:appcompat:1.5.0'
implementation 'androidx.camera:camera-camera2:1.2.0-alpha04'
implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha04'
implementation 'androidx.camera:camera-view:1.2.0-alpha04'