mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 22:55:46 +03:00
Add local libs warnings
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
658360bb3e
commit
2649b51fba
1 changed files with 7 additions and 1 deletions
|
@ -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')
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue