From 595fe2b76369fc83f54e36837c0d34aaa2ad8d9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 08:44:08 +0000 Subject: [PATCH 1/2] Build(deps): Bump com.github.nextcloud.android-common:ui Bumps [com.github.nextcloud.android-common:ui](https://github.com/nextcloud/android-common) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/android-common/releases) - [Commits](https://github.com/nextcloud/android-common/compare/0.4.0...0.5.0) --- updated-dependencies: - dependency-name: com.github.nextcloud.android-common:ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7322949a8..ced1c85b9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -311,7 +311,7 @@ dependencies { // implementation 'androidx.activity:activity-ktx:1.4.0' - implementation 'com.github.nextcloud.android-common:ui:0.4.0' + implementation 'com.github.nextcloud.android-common:ui:0.5.0' } task installGitHooks(type: Copy, group: "development") { From 4e93b5bb51c8576c4faed1a074fbf0a01df83844 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Tue, 14 Feb 2023 10:07:13 +0100 Subject: [PATCH 2/2] Bump buildToolsVersion from 33.0.1 to 33.0.2 Signed-off-by: Andy Scherzinger --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ced1c85b9..c0ad8a1f5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ apply plugin: 'kotlinx-serialization' android { compileSdkVersion 32 - buildToolsVersion '33.0.1' + buildToolsVersion '33.0.2' namespace 'com.nextcloud.talk'