nextcloud-android/settings.gradle
alperozturk 8b8314e4ec
Include local android lib (It will then be disabled as a comment.)
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2023-11-16 11:27:09 +01:00

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