Fix #26: Remove duplicate libraries from About screen
This commit is contained in:
@@ -142,7 +142,12 @@ dependencies {
|
||||
}
|
||||
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user