mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 18:59:18 +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
|
@ -14,3 +14,9 @@ include ':appscan'
|
||||||
// substitute module('com.github.nextcloud:android-library') using project(':library')
|
// 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