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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorÁlvaro Brey <alvaro.brv@gmail.com>2023-02-09 14:56:49 +0300
committerGitHub <noreply@github.com>2023-02-09 14:56:49 +0300
commit341f74404b065773a646bb3e851ff6978cedfdeb (patch)
tree4447f8b5bf14862dd7993ee2052407e156eba934 /app
parent909f90d5f06033442b2612a7556b05d8c515c949 (diff)
parent6a5c8190fed798d2f64075e896eafcf61103708e (diff)
Merge pull request #1678 from nextcloud/dependabot/gradle/androidx.appcompat-appcompat-1.6.1
Bump androidx.appcompat:appcompat from 1.6.0 to 1.6.1
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b378ee0a..53f6b8b2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -89,7 +89,7 @@ dependencies {
annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'
// Android X
- implementation 'androidx.appcompat:appcompat:1.6.0'
+ implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.core:core-splashscreen:1.0.0'
implementation 'androidx.fragment:fragment:1.5.5'