c2c-sync/settings.gradle

23 lines
647 B
Groovy
Raw Normal View History

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