mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 12:45:32 +03:00
199cd2bbd8
Signed-off-by: alperozturk <alper_ozturk@proton.me>
22 lines
597 B
Groovy
22 lines
597 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')
|
|
// }
|
|
//}
|