diff --git a/settings.gradle b/settings.gradle index 0e7a78bade..34030893f3 100644 --- a/settings.gradle +++ b/settings.gradle @@ -13,4 +13,10 @@ include ':appscan' // dependencySubstitution { // substitute module('com.github.nextcloud:android-library') using project(':library') // } -//} \ No newline at end of file +//} + +includeBuild('/Users/alperozturk/Desktop/nextcloud/nextcloud_android_library') { + dependencySubstitution { + substitute module('com.github.nextcloud:android-library') using project(':library') + } +}