2019-08-30 13:12:40 +03:00
|
|
|
/*
|
2024-03-17 16:12:32 +03:00
|
|
|
* Nextcloud Talk - Android Client
|
2019-08-30 13:12:40 +03:00
|
|
|
*
|
2024-03-17 16:12:32 +03:00
|
|
|
* 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
|
2019-08-30 13:12:40 +03:00
|
|
|
*/
|
2017-10-23 13:40:38 +03:00
|
|
|
include ':app'
|
2022-08-25 18:38:25 +03:00
|
|
|
|
2022-08-29 18:02:33 +03:00
|
|
|
//// uncomment to use local build of common-ui
|
|
|
|
//includeBuild('../android-common') {
|
|
|
|
// dependencySubstitution {
|
|
|
|
// substitute module('com.github.nextcloud.android-common:ui') using project(':ui')
|
|
|
|
// }
|
|
|
|
//}
|
2022-11-17 20:37:36 +03:00
|
|
|
|
|
|
|
//includeBuild('../../../deps/ImagePicker') {
|
|
|
|
// dependencySubstitution {
|
|
|
|
// substitute module('com.github.nextcloud-deps:ImagePicker') using project(':imagepicker')
|
|
|
|
// }
|
|
|
|
//}
|