mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
1917198305
This now uses a AppScanOptionalFeature injected interface that is satisfied by each module, reducing the duplicated code to a minimum Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
10 lines
239 B
Groovy
10 lines
239 B
Groovy
rootProject.name = 'Nextcloud'
|
|
|
|
include ':app'
|
|
include ':appscan'
|
|
|
|
//includeBuild('../android-common') {
|
|
// dependencySubstitution {
|
|
// substitute module('com.github.nextcloud.android-common:ui') using project(':ui')
|
|
// }
|
|
//}
|