settings.gradle 597 B

12345678910111213141516171819202122
  1. /*
  2. * Nextcloud - Android Client
  3. *
  4. * SPDX-FileCopyrightText: 2014-2024 Nextcloud GmbH and Nextcloud contributors
  5. * SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
  6. */
  7. rootProject.name = 'Nextcloud'
  8. include ':app'
  9. include ':appscan'
  10. //includeBuild('../android-common') {
  11. // dependencySubstitution {
  12. // substitute module('com.github.nextcloud.android-common:ui') using project(':ui')
  13. // }
  14. //}
  15. //includeBuild('../android-library') {
  16. // dependencySubstitution {
  17. // substitute module('com.github.nextcloud:android-library') using project(':library')
  18. // }
  19. //}