Files
nextcloud-android/settings.gradle
Tobias Kaminsky 3bef2e76e2 Update settings.gradle
Signed-off-by: Tobias Kaminsky <tobias@kaminsky.me>
2025-06-26 12:54:18 +02:00

23 lines
647 B
Groovy

/*
* Nextcloud - Android Client
*
* SPDX-FileCopyrightText: 2014-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
*/
rootProject.name = "Nextcloud"
include ":app"
include ":appscan"
//includeBuild("../android-common") {
// dependencySubstitution {
// substitute module("com.github.nextcloud.android-common:ui") using project(":ui")
// }
//}
//includeBuild("../android-library") {
// dependencySubstitution {
// substitute module('com.github.nextcloud:android-library') using project(':library') // broken on gradle 8.14.2, so use 8.13 if needed
// }
//}