nextcloud-android/settings.gradle
Andy Scherzinger c5b17f4de9
Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-03-29 17:33:39 +01:00

22 lines
580 B
Groovy

/*
* Nextcloud - Android Client
*
* SPDX-FileCopyrightText: 2014-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/
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')
// }
//}