AboutLibraries: Removed unused fields (from json) + Disabled offline mode (test).
This commit is contained in:
parent
eeeececc45
commit
ff9d6487b5
1 changed files with 2 additions and 8 deletions
|
|
@ -72,21 +72,15 @@ android {
|
|||
}
|
||||
|
||||
aboutLibraries {
|
||||
registerAndroidTasks = true
|
||||
outputFileName = "aboutlibraries.json"
|
||||
|
||||
gitHubApiToken = properties["github-key"] as? String
|
||||
offlineMode = true
|
||||
offlineMode = false
|
||||
fetchRemoteLicense = true
|
||||
fetchRemoteFunding = false
|
||||
includePlatform = true
|
||||
|
||||
duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.MERGE
|
||||
duplicationRule = com.mikepenz.aboutlibraries.plugin.DuplicateRule.SIMPLE
|
||||
prettyPrint = false
|
||||
|
||||
filterVariants = arrayOf("debug", "release", "release-debug")
|
||||
excludeFields = arrayOf("generated")
|
||||
excludeFields = arrayOf("generated", "funding", "description", "scm", "url")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue