diff --git a/settings.gradle b/settings.gradle index 7159c9aa51..f8c7dc28b2 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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 // } //}