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:
parent
50ba525c5b
commit
25575ea8b2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import java.time.format.DateTimeFormatter
|
||||||
object ReleaseVersionUtil {
|
object ReleaseVersionUtil {
|
||||||
// Public key of the certificate that is used in NewPipe release versions
|
// Public key of the certificate that is used in NewPipe release versions
|
||||||
private const val RELEASE_CERT_PUBLIC_KEY_SHA1 =
|
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
|
@JvmStatic
|
||||||
fun isReleaseApk(): Boolean {
|
fun isReleaseApk(): Boolean {
|
||||||
|
|
Loading…
Reference in a new issue