From f08b53b07d93bd8ac6e7da376ea6e6023e53076e Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 26 Jun 2022 17:59:28 +0200 Subject: [PATCH] fix: invalid string in strings list --- .../misc/microg/fingerprints/IntegrityCheckFingerprint.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/microg/fingerprints/IntegrityCheckFingerprint.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/microg/fingerprints/IntegrityCheckFingerprint.kt index ee73eb5c..d2960ec8 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/microg/fingerprints/IntegrityCheckFingerprint.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/microg/fingerprints/IntegrityCheckFingerprint.kt @@ -78,5 +78,5 @@ object IntegrityCheckFingerprint : MethodFingerprint( Opcode.CONST_STRING, Opcode.GOTO, Opcode.NEW_ARRAY - ), listOf("This should never happen.", "GooglePlayServicesUtil", "Google Play Store fingerprint invalid.") + ), listOf("This should never happen.", "GooglePlayServicesUtil", "Google Play Store signature invalid.") ) \ No newline at end of file