File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,16 +39,16 @@ dependencyResolutionManagement {
3939 maven(" https://jitpack.io" )
4040 }
4141}
42- // includeBuild("../android-common") {
42+ // includeBuild("../android-common") {
4343// dependencySubstitution {
44- // substitute module("com.github.nextcloud.android-common:ui") using project(":ui")
44+ // substitute( module("com.github.nextcloud.android-common:ui")). using( project(":ui") )
4545// }
46- // }
46+ // }
4747
48- // includeBuild("../android-library") {
48+ // includeBuild("../android-library") {
4949// dependencySubstitution {
50- // substitute module(' com.github.nextcloud:android-library') using project(' :library' ) // broken on gradle 8.14.2, so use 8.13 if needed
50+ // substitute( module(" com.github.nextcloud:android-library")). using( project(" :library") ) // broken on gradle 8.14.2, so use 8.13 if needed
5151// }
52- // }
52+ // }
5353
54- include(" :app" , " :appscan" )
54+ include(" :app" , " :appscan" )
You can’t perform that action at this time.
0 commit comments