mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
c5b17f4de9
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
22 lines
580 B
Groovy
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')
|
|
// }
|
|
//}
|