Update settings.gradle

Signed-off-by: Tobias Kaminsky <tobias@kaminsky.me>
This commit is contained in:
Tobias Kaminsky
2025-06-26 12:54:18 +02:00
committed by GitHub
parent 7280069818
commit 3bef2e76e2

View File

@ -17,6 +17,6 @@ include ":appscan"
//includeBuild("../android-library") {
// dependencySubstitution {
// substitute module('com.github.nextcloud:android-library-ffc47c75fabbcbcdcd32b30e9836fde58d5c59d5') using project(':library') // replace with hash from build.gradle
// substitute module('com.github.nextcloud:android-library') using project(':library') // broken on gradle 8.14.2, so use 8.13 if needed
// }
//}