Tested reproducibility: success.
This commit is contained in:
parent
7756006329
commit
0643ecd022
1 changed files with 3 additions and 6 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import com.android.build.gradle.internal.cxx.configure.gradleLocalProperties
|
||||
|
||||
plugins {
|
||||
id("com.android.application")
|
||||
id("org.jetbrains.kotlin.android")
|
||||
|
|
@ -72,12 +74,7 @@ android {
|
|||
}
|
||||
|
||||
aboutLibraries {
|
||||
outputFileName = "aboutlibraries.json"
|
||||
|
||||
gitHubApiToken = properties["github-key"] as? String
|
||||
offlineMode = false
|
||||
fetchRemoteLicense = true
|
||||
fetchRemoteFunding = false
|
||||
gitHubApiToken = gradleLocalProperties(rootDir, providers)["github-key"] as String
|
||||
|
||||
filterVariants = arrayOf("debug", "release", "release-debug")
|
||||
excludeFields = arrayOf("generated", "funding", "description")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue