Changed FetchRemoteFunding to false. (About Libraries)
This commit is contained in:
parent
6513139173
commit
ae9a3278d9
1 changed files with 5 additions and 2 deletions
|
|
@ -74,14 +74,17 @@ android {
|
||||||
aboutLibraries {
|
aboutLibraries {
|
||||||
registerAndroidTasks = true
|
registerAndroidTasks = true
|
||||||
outputFileName = "aboutlibraries.json"
|
outputFileName = "aboutlibraries.json"
|
||||||
|
|
||||||
|
gitHubApiToken = properties["github-key"] as? String
|
||||||
offlineMode = false
|
offlineMode = false
|
||||||
fetchRemoteLicense = true
|
fetchRemoteLicense = true
|
||||||
fetchRemoteFunding = true
|
fetchRemoteFunding = false
|
||||||
includePlatform = true
|
includePlatform = true
|
||||||
|
|
||||||
duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.MERGE
|
duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.MERGE
|
||||||
duplicationRule = com.mikepenz.aboutlibraries.plugin.DuplicateRule.SIMPLE
|
duplicationRule = com.mikepenz.aboutlibraries.plugin.DuplicateRule.SIMPLE
|
||||||
prettyPrint = false
|
prettyPrint = false
|
||||||
filterVariants = arrayOf("debug", "release", "release-debug")
|
|
||||||
excludeFields = arrayOf("generated")
|
excludeFields = arrayOf("generated")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue