repo created
This commit is contained in:
commit
1ef725ef20
2483 changed files with 278273 additions and 0 deletions
22
settings.gradle
Normal file
22
settings.gradle
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
* Nextcloud - Android Client
|
||||
*
|
||||
* SPDX-FileCopyrightText: 2014-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-License-Identifier: AGPL-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')
|
||||
// }
|
||||
//}
|
||||
Loading…
Add table
Add a link
Reference in a new issue