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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-02 16:13:48 +0300
committerGitHub <noreply@github.com>2023-12-02 16:13:48 +0300
commit7b96c8e5bd7edd7f92f761cf00455d6c480e76f9 (patch)
tree3412c36ca5e4c94cd76eec2b9c4113a0dfff1e09
parentca8c559f95b3a820ec5694d7b7fdc2a463682f32 (diff)
build(deps): Bump androidx.recyclerview:recyclerview from 1.3.0 to 1.3.2
Bumps androidx.recyclerview:recyclerview from 1.3.0 to 1.3.2. --- updated-dependencies: - dependency-name: androidx.recyclerview:recyclerview dependency-type: direct:production update-type: version-update:semver-patch ... 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 ae99facd..55849204 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -97,7 +97,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
- implementation 'androidx.recyclerview:recyclerview:1.3.0'
+ implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.work:work-runtime:2.8.1'
implementation 'com.google.android.material:material:1.9.0'