AboutLibraries: Removed unused fields (from json) + Disabled offline mode (test).

This commit is contained in:
acclorite 2024-08-01 19:04:10 +03:00
parent eeeececc45
commit ff9d6487b5

View file

@ -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 {