Skip to content

Commit 1c6a9db

Browse files
committed
Developer - Transparency
1 parent 802330c commit 1c6a9db

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

docs/developer/3_verifying.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
# ✒️ Verifying ReVanced Manager
1+
# ✒️ Verification and Authenticity of ReVanced Manager
22

33
> [!NOTE]
44
> This information is more relevant to alternative store providers
55
6-
The certificate hash of the APK will always be `b6362c6ea7888efd15c0800f480786ad0f5b133b4f84e12d46afba5f9eac1223`
6+
To distribute ReVanced Manager safely and recommended way is to provide the user's with link to
77

8-
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
8+
The certificate SHA-256 of the APK will always be `b6362c6ea7888efd15c0800f480786ad0f5b133b4f84e12d46afba5f9eac1223` unless otherwise notice.
9+
10+
## `libaapt2.so`
11+
12+
ReVanced Manager include prebuilt binaries of [`libaapt2.so`][location of libaapt2.so] from https://github.com/ReVanced/aapt2
13+
which fixes issue on ARM32-based system, attestation is provided here: https://github.com/ReVanced/aapt2/attestations
14+
15+
[location of libaapt2.so]: /app/src/main/jniLibs/

docs/developer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ This documentation explains how to develop for [ReVanced Manager](https://github
1414
1. [🧑‍💻 Developing for ReVanced Manager](1_developing.md)
1515
2. [🎉 Submitting your Pull Request](2_submitting.md)
1616

17-
## Store provider
17+
## Transparency
1818

19-
1. [✒️ Verifying ReVanced Manager](3_verifying.md)
19+
1. [✒️ Verification and Authenticity of ReVanced Manager](3_verifying.md)
2020

2121
## ⏭️ Start here
2222

0 commit comments

Comments
 (0)