AboutLibraries: Offline mode - true + Included required fields(the one for openSource checker).

This commit is contained in:
acclorite 2024-08-01 20:13:01 +03:00
parent ff9d6487b5
commit e3cc9220c1

View file

@ -75,12 +75,12 @@ aboutLibraries {
outputFileName = "aboutlibraries.json"
gitHubApiToken = properties["github-key"] as? String
offlineMode = false
offlineMode = true
fetchRemoteLicense = true
fetchRemoteFunding = false
filterVariants = arrayOf("debug", "release", "release-debug")
excludeFields = arrayOf("generated", "funding", "description", "scm", "url")
excludeFields = arrayOf("generated", "funding", "description")
}
dependencies {