mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
cabde4e779
Signed-off-by: alperozturk <alper_ozturk@proton.me>
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')
|
|
// }
|
|
//}
|