Skip to content

Commit cdd7039

Browse files
authored
Merge pull request #1235 from mikepenz/feature/merge
Update sample to use `merge` strategy
2 parents 67b2a66 + 6059daf commit cdd7039

File tree

6 files changed

+3861
-7676
lines changed

6 files changed

+3861
-7676
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ aboutLibraries {
206206

207207
library {
208208
// Enable the duplication mode, allows to merge, or link dependencies which relate
209-
duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.LINK
209+
duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.MERGE
210210
// Configure the duplication rule, to match "duplicates" with
211211
duplicationRule = com.mikepenz.aboutlibraries.plugin.DuplicateRule.SIMPLE
212212
}

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ aboutLibraries {
214214

215215
library {
216216
// Enable the duplication mode, allows to merge, or link dependencies which relate
217-
duplicationMode = DuplicateMode.LINK
217+
duplicationMode = DuplicateMode.MERGE
218218
// Configure the duplication rule, to match "duplicates" with
219219
duplicationRule = DuplicateRule.SIMPLE
220220
}

0 commit comments

Comments
 (0)