mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 14:15:44 +03:00
8b8314e4ec
Signed-off-by: alperozturk <alper_ozturk@proton.me>
18 lines
No EOL
492 B
Groovy
18 lines
No EOL
492 B
Groovy
rootProject.name = 'Nextcloud'
|
|
|
|
include ':app'
|
|
include ':appscan'
|
|
|
|
//includeBuild('../android-common') {
|
|
// dependencySubstitution {
|
|
// substitute module('com.github.nextcloud.android-common:ui') using project(':ui')
|
|
// }
|
|
//}
|
|
|
|
|
|
// It will then be disabled as a comment.
|
|
includeBuild('/Users/alperozturk/Desktop/nextcloud/nextcloud_android_library') {
|
|
dependencySubstitution {
|
|
substitute module('com.github.nextcloud:android-library') using project(':library')
|
|
}
|
|
} |