fix: invalid string in strings list

This commit is contained in:
oSumAtrIX 2022-06-26 17:59:28 +02:00
parent 9420e8c932
commit f08b53b07d
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -78,5 +78,5 @@ object IntegrityCheckFingerprint : MethodFingerprint(
Opcode.CONST_STRING, Opcode.CONST_STRING,
Opcode.GOTO, Opcode.GOTO,
Opcode.NEW_ARRAY 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.")
) )