From 1c6a9dbbbd4b620f5e61480bc8aee854b3d717ce Mon Sep 17 00:00:00 2001 From: validcube Date: Mon, 27 Jan 2025 15:34:59 +0700 Subject: [PATCH] Developer - Transparency --- docs/developer/3_verifying.md | 13 ++++++++++--- docs/developer/README.md | 4 ++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/developer/3_verifying.md b/docs/developer/3_verifying.md index ae620478..b6131a8c 100644 --- a/docs/developer/3_verifying.md +++ b/docs/developer/3_verifying.md @@ -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/ diff --git a/docs/developer/README.md b/docs/developer/README.md index 19549d6b..d3e78b6f 100644 --- a/docs/developer/README.md +++ b/docs/developer/README.md @@ -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