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 {
|
||||
registerAndroidTasks = true
|
||||
outputFileName = "aboutlibraries.json"
|
||||
|
||||
gitHubApiToken = properties["github-key"] as? String
|
||||
offlineMode = false
|
||||
fetchRemoteLicense = true
|
||||
fetchRemoteFunding = 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")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue