Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Nextcloud Notes - Android Client
*
* SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2015-2026 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2015-2024 Stefan Niedermann <info@niedermann.it>
* SPDX-FileCopyrightText: 2023 Álvaro Brey <alvaro.brey@nextcloud.com>
* SPDX-License-Identifier: GPL-3.0-or-later
Expand All @@ -13,7 +13,7 @@ buildscript {
kotlinVersion = '2.3.10'
commonsVersion = '2.4.1'
androidCommonsVersion = '1.1.1'
nextcloudAndroidCommonLib = "4fc0f29981"
nextcloudAndroidCommonLib = "0.32.0"
singleSignOnVersion = "1.3.4"
}
repositories {
Expand Down
Loading
Loading