mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
be73b12e65
- list item is now clickable as a whole - commented out includeBuild in settings.gradle Signed-off-by: ZetaTom <70907959+ZetaTom@users.noreply.github.com>
16 lines
416 B
Groovy
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')
|
|
// }
|
|
//}
|