Skip to content

Commit

Permalink
Add Google Maps to internal verification info database (thanks @w9925)
Browse files Browse the repository at this point in the history
resolves #22
  • Loading branch information
soupslurpr committed Jan 3, 2024
1 parent 50fe935 commit 8156def
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,5 +348,18 @@ val internalVerificationInfoDatabase = setOf(
false
)
)
),
InternalDatabaseVerificationInfo(
"com.google.android.apps.maps",
listOf(
// Google Play Store
Hashes(
listOf(
"F0:FD:6C:5B:41:0F:25:CB:25:C3:B5:33:46:C8:97:2F:AE:30:F8:EE:74:11:DF:91:04:80:AD:6B:2D:60:DB:83",
"7C:E8:3C:1B:71:F3:D5:72:FE:D0:4C:8D:40:C5:CB:10:FF:75:E6:D8:7D:9D:F6:FB:D5:3F:04:68:C2:90:50:53"
),
false
)
)
)
)

0 comments on commit 8156def

Please sign in to comment.