From e5f661d801c693bf7123a82f8d8aa3d10b71343a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 21:21:17 +0000 Subject: [PATCH] build(deps): bump android-library from 2.9.1 to 2.10.1 Bumps [android-library](https://github.com/nextcloud/android-library) from 2.9.1 to 2.10.1. - [Release notes](https://github.com/nextcloud/android-library/releases) - [Commits](https://github.com/nextcloud/android-library/compare/2.9.1...2.10.1) --- updated-dependencies: - dependency-name: com.github.nextcloud:android-library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index be1b437a8..9cbca7f11 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ ext { twitterVersion = "3.3.0" stethoVersion = "1.5.0" showcaseVersion = "5.4.3" - nextCloudVersion = "2.9.1" + nextCloudVersion = "2.10.1" lifecycleVersion = "2.2.0" glideVersion = "4.13.1" retrofitVersion = "2.9.0"