Skip to content

Commit

Permalink
fix: invalid string in strings list
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jun 26, 2022
1 parent 9420e8c commit f08b53b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
)

0 comments on commit f08b53b

Please sign in to comment.