settings.gradle 728 B

12345678910111213141516171819202122
  1. /*
  2. * Nextcloud Talk - Android Client
  3. *
  4. * SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
  5. * SPDX-FileCopyrightText: 2022 Álvaro Brey <alvaro.brey@nextcloud.com>
  6. * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
  7. * SPDX-License-Identifier: GPL-3.0-or-later
  8. */
  9. include ':app'
  10. //// uncomment to use local build of common-ui
  11. //includeBuild('../android-common') {
  12. // dependencySubstitution {
  13. // substitute module('com.github.nextcloud.android-common:ui') using project(':ui')
  14. // }
  15. //}
  16. //includeBuild('../../../deps/ImagePicker') {
  17. // dependencySubstitution {
  18. // substitute module('com.github.nextcloud-deps:ImagePicker') using project(':imagepicker')
  19. // }
  20. //}