瀏覽代碼

Add local libs warnings

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 1 年之前
父節點
當前提交
2649b51fba
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      settings.gradle

+ 7 - 1
settings.gradle

@@ -13,4 +13,10 @@ include ':appscan'
 //    dependencySubstitution {
 //        substitute module('com.github.nextcloud:android-library') using project(':library')
 //    }
-//}
+//}
+
+includeBuild('/Users/alperozturk/Desktop/nextcloud/nextcloud_android_library') {
+    dependencySubstitution {
+        substitute module('com.github.nextcloud:android-library') using project(':library')
+    }
+}