Skip to content

Commit 7a4ef03

Browse files
author
Yevhen Babiichuk (DustDFG)
committed
settings.gradle.kts: apply changes applied by android-studio
Each time you sync this file studio tries to reformat it and applies changes from this commit which makes commiting a bit more difficult so just commit it in git
1 parent addf1e2 commit 7a4ef03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

settings.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ dependencyResolutionManagement {
1919
maven(url = "https://repo.clojars.org")
2020
}
2121
}
22-
include (":app")
22+
include(":app")
2323

2424
// Use a local copy of NewPipe Extractor by uncommenting the lines below.
2525
// We assume, that NewPipe and NewPipe Extractor have the same parent directory.
2626
// If this is not the case, please change the path in includeBuild().
2727

28-
//includeBuild("../NewPipeExtractor") {
28+
// includeBuild("../NewPipeExtractor") {
2929
// dependencySubstitution {
3030
// substitute(module("com.github.TeamNewPipe:NewPipeExtractor"))
3131
// .using(project(":extractor"))
3232
// }
33-
//}
33+
// }

0 commit comments

Comments
 (0)