fix: invalid string in strings list

This commit is contained in:
oSumAtrIX
2022-06-26 17:59:28 +02:00
parent c6d50e8450
commit a29de19d4c

View File

@@ -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.")
)