Fix #26: Remove duplicate libraries from About screen
This commit is contained in:
@@ -142,7 +142,12 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
aboutLibraries {
|
aboutLibraries {
|
||||||
android.registerAndroidTasks = true
|
library {
|
||||||
|
// Enable the duplication mode, allows to merge, or link dependencies which relate
|
||||||
|
duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.MERGE
|
||||||
|
// Configure the duplication rule, to match "duplicates" with
|
||||||
|
duplicationRule = com.mikepenz.aboutlibraries.plugin.DuplicateRule.SIMPLE
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protobuf {
|
protobuf {
|
||||||
|
|||||||
Reference in New Issue
Block a user