Changed Offline Mode to true. (About Libraries)

This commit is contained in:
acclorite 2024-07-31 22:21:14 +03:00
parent ae9a3278d9
commit 6f57d444d3

View file

@ -76,7 +76,7 @@ aboutLibraries {
outputFileName = "aboutlibraries.json" outputFileName = "aboutlibraries.json"
gitHubApiToken = properties["github-key"] as? String gitHubApiToken = properties["github-key"] as? String
offlineMode = false offlineMode = true
fetchRemoteLicense = true fetchRemoteLicense = true
fetchRemoteFunding = false fetchRemoteFunding = false
includePlatform = true includePlatform = true