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:
authorAndy Scherzinger <info@andy-scherzinger.de>2023-03-22 11:31:33 +0300
committerGitHub <noreply@github.com>2023-03-22 11:31:33 +0300
commit54444aec3aa95c3422806a6a95c5a38af6c6bb03 (patch)
treeabf966409914d6270474ad563e2c58cadf3bf7bc /app
parent01cba82a80a2d29e21538b428944e6f1710b3c36 (diff)
parentd58ea3a47f753de781837e6526699b739e60f746 (diff)
Merge pull request #1705 from nextcloud/dependabot/gradle/androidx.recyclerview-recyclerview-1.3.0
build(deps): Bump androidx.recyclerview:recyclerview from 1.2.1 to 1.3.0
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 e8c4266b..e1ef222b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -98,7 +98,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
- implementation 'androidx.recyclerview:recyclerview:1.2.1'
+ implementation 'androidx.recyclerview:recyclerview:1.3.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.work:work-runtime:2.8.0'
implementation 'com.google.android.material:material:1.8.0'