Эх сурвалжийг харах

Include local android lib (It will then be disabled as a comment.)

Signed-off-by: alperozturk <alper_ozturk@proton.me>
alperozturk 1 жил өмнө
parent
commit
8b8314e4ec
1 өөрчлөгдсөн 8 нэмэгдсэн , 0 устгасан
  1. 8 0
      settings.gradle

+ 8 - 0
settings.gradle

@@ -8,3 +8,11 @@ include ':appscan'
 //        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')
+    }
+}