local lib support

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-07-04 09:42:06 +02:00 committed by Alper Öztürk
parent b6a732cdfd
commit 1aedf275d9
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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')
}
}