nextcloud-android/settings.gradle
ZetaTom be73b12e65
Extended AccountRemovalDialog
- list item is now clickable as a whole
- commented out includeBuild in settings.gradle

Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
2023-11-27 13:25:47 +01:00

16 lines
416 B
Groovy

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')
// }
//}