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
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2023-12-02 18:15:56 +0300
committerGitHub <noreply@github.com>2023-12-02 18:15:56 +0300
commit74c3e68ff47a4d106fe294e9911e9771f64789c5 (patch)
tree709f004cdcbb4a22a865ea0040e79effaf82f733
parent5427aebf6bd6545b2884080663ae1ae7139c683b (diff)
parentc7a707b7b53fb09bf39388f9aafde571790bcf36 (diff)
Merge pull request #1858 from nextcloud/dependabot/gradle/androidx.preference-preference-1.2.1
build(deps): Bump androidx.preference:preference from 1.2.0 to 1.2.1
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 6736a117..5be60b07 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -95,7 +95,7 @@ dependencies {
implementation 'androidx.core:core-splashscreen:1.0.1'
implementation 'androidx.fragment:fragment:1.6.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2'
- implementation 'androidx.preference:preference:1.2.0'
+ implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'