Skip to content

Commit 901a383

Browse files
Corrected public key
1 parent 4ae9376 commit 901a383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/schabi/newpipe/util/ReleaseVersionUtil.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import java.time.format.DateTimeFormatter
1313
object ReleaseVersionUtil {
1414
// Public key of the certificate that is used in NewPipe release versions
1515
private const val RELEASE_CERT_PUBLIC_KEY_SHA256 =
16-
"cb84069bd68116bafae5ee4ee5b08a567aa6d898404e7cb12f9e756df5cf5cab"
16+
"e3852537c83a234edbe5d6f393a760c413e013c00177a440172d75074b980a62"
1717

1818
val isReleaseApk by lazy {
1919
@Suppress("NewApi")

0 commit comments

Comments
 (0)