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

local lib support

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

+ 1 - 1
gradle.properties

@@ -21,4 +21,4 @@ org.gradle.parallel=true
 org.gradle.configureondemand=true
 
 # Needed for local libs
-# org.gradle.dependency.verification=lenient
+org.gradle.dependency.verification=lenient

+ 6 - 0
settings.gradle

@@ -20,3 +20,9 @@ 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')
+    }
+}