Kaynağa Gözat

Add local libs warnings

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 1 yıl önce
ebeveyn
işleme
2649b51fba
1 değiştirilmiş dosya ile 7 ekleme ve 1 silme
  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')
+    }
+}