Merge branch 'about-libraries-reproducibility-test'
This commit is contained in:
commit
66dbad9470
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")
|
||||
|
|
@ -73,12 +75,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