use actual NewPipe Sponsorblock APK certificate fingerprint

It can be retrived by running the following command:

  $ keytool -printcert -file CERT.RSA | grep 'SHA1'

The fingerprint was still set to the one from the official NewPipe app.
This commit is contained in:
Gilbert Gilb's 2022-05-01 08:26:44 +02:00
parent 50ba525c5b
commit 25575ea8b2

View file

@ -22,7 +22,7 @@ import java.time.format.DateTimeFormatter
object ReleaseVersionUtil {
// Public key of the certificate that is used in NewPipe release versions
private const val RELEASE_CERT_PUBLIC_KEY_SHA1 =
"B0:2E:90:7C:1C:D6:FC:57:C3:35:F0:88:D0:8F:50:5F:94:E4:D2:15"
"7F:46:0D:D0:6A:2D:A0:6B:57:B5:2C:ED:73:06:B7:87:43:90:66:A9"
@JvmStatic
fun isReleaseApk(): Boolean {