2024-03-29 18:56:51 +03:00
|
|
|
/*
|
|
|
|
* Nextcloud - Android Client
|
|
|
|
*
|
|
|
|
* SPDX-FileCopyrightText: 2014-2024 Nextcloud GmbH and Nextcloud contributors
|
2024-04-30 13:16:39 +03:00
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
|
2024-03-29 18:56:51 +03:00
|
|
|
*/
|
2021-02-18 13:41:11 +03:00
|
|
|
rootProject.name = 'Nextcloud'
|
2021-02-18 12:36:48 +03:00
|
|
|
|
2022-03-11 13:10:51 +03:00
|
|
|
include ':app'
|
2023-01-20 18:43:28 +03:00
|
|
|
include ':appscan'
|
2022-09-06 19:14:36 +03:00
|
|
|
|
|
|
|
//includeBuild('../android-common') {
|
|
|
|
// dependencySubstitution {
|
|
|
|
// substitute module('com.github.nextcloud.android-common:ui') using project(':ui')
|
|
|
|
// }
|
|
|
|
//}
|
2023-10-04 15:22:16 +03:00
|
|
|
|
2023-10-10 12:20:14 +03:00
|
|
|
//includeBuild('../android-library') {
|
|
|
|
// dependencySubstitution {
|
|
|
|
// substitute module('com.github.nextcloud:android-library') using project(':library')
|
|
|
|
// }
|
|
|
|
//}
|