disable SignatureVerifierPlugin
I really don't want to be stuck on vacation with a broken app and no way to build a new one.
This commit is contained in:
parent
f9109d6b3b
commit
6fa2c9cf2f
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class SignatureVerifierPlugin @Inject constructor(
|
||||||
val fingerprint = digest.digest(signature.toByteArray())
|
val fingerprint = digest.digest(signature.toByteArray())
|
||||||
for (cert in revokedCerts!!) {
|
for (cert in revokedCerts!!) {
|
||||||
if (Arrays.equals(cert, fingerprint)) {
|
if (Arrays.equals(cert, fingerprint)) {
|
||||||
return true
|
return false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue