mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 11:03:10 -07:00
Add signing certificate hash
This commit is contained in:
parent
bd5dd8e869
commit
dfb144c5ae
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -40,6 +40,18 @@ updates.push.domain.tld {
|
|||
|
||||
[Autopush]: https://github.com/mozilla-services/autopush-rs
|
||||
|
||||
## Signing certificate hash
|
||||
|
||||
The package name along with the SHA-256 hash can be found below.
|
||||
|
||||
To verify the APK use the [AppVerifier](https://github.com/soupslurpr/AppVerifier) Android application or the [`apksigner`](https://developer.android.com/studio/command-line/apksigner#usage-verify) tool.
|
||||
|
||||
|
||||
```
|
||||
org.unifiedpush.distributor.sunup
|
||||
3B:33:D7:8A:5B:CA:C1:B9:52:75:6B:08:FE:88:30:CE:D3:87:AB:B6:B9:56:B0:2A:47:EF:80:32:1D:4A:2B:88
|
||||
```
|
||||
|
||||
## Developpers
|
||||
|
||||
It is possible to configure a few things with build config:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue