Add local libs warnings

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-02-29 12:54:56 +01:00 committed by Alper Öztürk
parent 658360bb3e
commit 2649b51fba

View file

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