MCPcopy Create free account
hub / github.com/buttercookie42/DisableTargetAPIBlock / applyExternalSigningConfig

Function applyExternalSigningConfig

app/build.gradle.kts:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90fun ApkSigningConfig.applyExternalSigningConfig() {
91 storeFile = file(props.get("$name.keyStore"))
92 storePassword = props.get("$name.storePassword")
93 keyAlias = props.get("$name.keyAlias")
94 keyPassword = props.get("$name.keyPassword")
95}

Callers 1

build.gradle.ktsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected