From 4a772a77acb0f2bbf750cccfeb4593763e339155 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 13:39:40 +0000 Subject: [PATCH] fix(deps): update dependency com.github.nextcloud:android-library to v2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1f0cd0237..a71643299 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -115,7 +115,7 @@ dependencies { exclude group: 'commons-logging', module: 'commons-logging' } - implementation("com.github.nextcloud:android-library:a9732515be7fab2b8ab8523485df94782061d56a") { + implementation("com.github.nextcloud:android-library:2.22.2") { exclude group: 'org.ogce', module: 'xpp3' }