diff --git a/settings.gradle b/settings.gradle index dd5848fddd..352229bd93 100644 --- a/settings.gradle +++ b/settings.gradle @@ -20,9 +20,3 @@ include ':appscan' // substitute module('com.github.nextcloud:android-library') using project(':library') // } //} - -includeBuild('/Users/alperozturk/Desktop/nextcloud/android/nextcloud_android_library') { - dependencySubstitution { - substitute module('com.github.nextcloud:android-library') using project(':library') - } -}