Branch added
This commit is contained in:
parent
87bcfa54ea
commit
79a357537b
2340 changed files with 100899 additions and 37798 deletions
|
|
@ -2,21 +2,21 @@
|
|||
* Nextcloud - Android Client
|
||||
*
|
||||
* SPDX-FileCopyrightText: 2014-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
|
||||
*/
|
||||
rootProject.name = 'Nextcloud'
|
||||
rootProject.name = "Nextcloud"
|
||||
|
||||
include ':app'
|
||||
include ':appscan'
|
||||
include ":app"
|
||||
include ":appscan"
|
||||
|
||||
//includeBuild('../android-common') {
|
||||
//includeBuild("../android-common") {
|
||||
// dependencySubstitution {
|
||||
// substitute module('com.github.nextcloud.android-common:ui') using project(':ui')
|
||||
// substitute module("com.github.nextcloud.android-common:ui") using project(":ui")
|
||||
// }
|
||||
//}
|
||||
|
||||
//includeBuild('../android-library') {
|
||||
//includeBuild("../android-library") {
|
||||
// dependencySubstitution {
|
||||
// substitute module('com.github.nextcloud:android-library') using project(':library')
|
||||
// substitute module('com.github.nextcloud:android-library') using project(':library') // broken on gradle 8.14.2, so use 8.13 if needed
|
||||
// }
|
||||
//}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue