repo created
This commit is contained in:
commit
93184d21d1
1403 changed files with 189511 additions and 0 deletions
22
settings.gradle
Normal file
22
settings.gradle
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
* Nextcloud Talk - Android Client
|
||||
*
|
||||
* SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-FileCopyrightText: 2022 Álvaro Brey <alvaro.brey@nextcloud.com>
|
||||
* SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*/
|
||||
include ':app'
|
||||
|
||||
//// uncomment to use local build of common-ui
|
||||
//includeBuild('../android-common') {
|
||||
// dependencySubstitution {
|
||||
// substitute module('com.github.nextcloud.android-common:ui') using project(':ui')
|
||||
// }
|
||||
//}
|
||||
|
||||
//includeBuild('../../../deps/ImagePicker') {
|
||||
// dependencySubstitution {
|
||||
// substitute module('com.github.nextcloud-deps:ImagePicker') using project(':imagepicker')
|
||||
// }
|
||||
//}
|
||||
Loading…
Add table
Add a link
Reference in a new issue