fix: invalid string in strings list
This commit is contained in:
parent
c6d50e8450
commit
a29de19d4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue