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 {
|
plugins {
|
||||||
id("com.android.application")
|
id("com.android.application")
|
||||||
id("org.jetbrains.kotlin.android")
|
id("org.jetbrains.kotlin.android")
|
||||||
|
|
@ -73,12 +75,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
aboutLibraries {
|
aboutLibraries {
|
||||||
outputFileName = "aboutlibraries.json"
|
gitHubApiToken = gradleLocalProperties(rootDir, providers)["github-key"] as String
|
||||||
|
|
||||||
gitHubApiToken = properties["github-key"] as? String
|
|
||||||
offlineMode = false
|
|
||||||
fetchRemoteLicense = true
|
|
||||||
fetchRemoteFunding = false
|
|
||||||
|
|
||||||
filterVariants = arrayOf("debug", "release", "release-debug")
|
filterVariants = arrayOf("debug", "release", "release-debug")
|
||||||
excludeFields = arrayOf("generated", "funding", "description")
|
excludeFields = arrayOf("generated", "funding", "description")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue