Skip to content

Commit 5ea967a

Browse files
Merge pull request #3042 from nextcloud/fix/androidCommon0320
fix(deps): Bump android-common to v0.32.0
2 parents 2f9f7f9 + 853b37e commit 5ea967a

2 files changed

Lines changed: 1099 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Nextcloud Notes - Android Client
33
*
4-
* SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
4+
* SPDX-FileCopyrightText: 2015-2026 Nextcloud GmbH and Nextcloud contributors
55
* SPDX-FileCopyrightText: 2015-2024 Stefan Niedermann <info@niedermann.it>
66
* SPDX-FileCopyrightText: 2023 Álvaro Brey <alvaro.brey@nextcloud.com>
77
* SPDX-License-Identifier: GPL-3.0-or-later
@@ -13,7 +13,7 @@ buildscript {
1313
kotlinVersion = '2.3.10'
1414
commonsVersion = '2.4.1'
1515
androidCommonsVersion = '1.1.1'
16-
nextcloudAndroidCommonLib = "4fc0f29981"
16+
nextcloudAndroidCommonLib = "0.32.0"
1717
singleSignOnVersion = "1.3.4"
1818
}
1919
repositories {

0 commit comments

Comments
 (0)