mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 12:45:32 +03:00
local lib support
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
b6a732cdfd
commit
1aedf275d9
2 changed files with 7 additions and 1 deletions
|
@ -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
|
|
@ -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')
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue