fix: invalid string in strings list
This commit is contained in:
parent
9420e8c932
commit
f08b53b07d
|
@ -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.")
|
||||||
)
|
)
|
Loading…
Reference in a new issue