Developer - Transparency

This commit is contained in:
validcube 2025-01-27 15:34:59 +07:00
parent 802330c062
commit 1c6a9dbbbd
No known key found for this signature in database
GPG Key ID: DBA94253E1D3F267
2 changed files with 12 additions and 5 deletions

View File

@ -1,8 +1,15 @@
# ✒️ Verifying ReVanced Manager
# ✒️ Verification and Authenticity of ReVanced Manager
> [!NOTE]
> This information is more relevant to alternative store providers
The certificate hash of the APK will always be `b6362c6ea7888efd15c0800f480786ad0f5b133b4f84e12d46afba5f9eac1223`
To distribute ReVanced Manager safely and recommended way is to provide the user's with link to
ReVanced Manager include prebuilt binaries of [`libaapt2.so`](/app/src/main/jniLibs/) from https://github.com/ReVanced/aapt2 which fixes issue on ARM32 system, attestation is provided here: https://github.com/ReVanced/aapt2/attestations
The certificate SHA-256 of the APK will always be `b6362c6ea7888efd15c0800f480786ad0f5b133b4f84e12d46afba5f9eac1223` unless otherwise notice.
## `libaapt2.so`
ReVanced Manager include prebuilt binaries of [`libaapt2.so`][location of libaapt2.so] from https://github.com/ReVanced/aapt2
which fixes issue on ARM32-based system, attestation is provided here: https://github.com/ReVanced/aapt2/attestations
[location of libaapt2.so]: /app/src/main/jniLibs/

View File

@ -14,9 +14,9 @@ This documentation explains how to develop for [ReVanced Manager](https://github
1. [🧑‍💻 Developing for ReVanced Manager](1_developing.md)
2. [🎉 Submitting your Pull Request](2_submitting.md)
## Store provider
## Transparency
1. [✒️ Verifying ReVanced Manager](3_verifying.md)
1. [✒️ Verification and Authenticity of ReVanced Manager](3_verifying.md)
## ⏭️ Start here