Skip to content

Commit db304a7

Browse files
authored
Merge suggestions from Copilot
1 parent 8f9ea54 commit db304a7

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ See the guideline for reporting security vulnerability [here](/SECURITY.md)
105105
## 🤚 I don't want to do any of that but I want to contribute either way
106106

107107
You can still contribute by spreading positive word about us or if you'd like to sponsor us, checkout https://revanced.app/donate
108-
to learn more on how to you can sponsor via GitHub, Open Collective and cryptocurrencies.
108+
to learn more about how you can sponsor via GitHub, Open Collective, and cryptocurrencies.
109109

110110
❤️ Thank you for considering contributing to ReVanced Manager,
111111
ReVanced

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Some of the features ReVanced Manager provides are:
8080

8181
## 🔽 Download
8282

83-
You can get ReVanced Manager the most recent version of by downloading from
83+
You can get the most recent version of ReVanced Manager by downloading from
8484
the [ReVanced site](https://revanced.app/download).
8585

8686
Learn how to use ReVanced Manager by following the [documentation](/docs).

docs/developer/0_prerequisites.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ Here's everything you'll need to develop on ReVanced Manager
44

55
## 🤝 Recommended environment
66

7-
- Any environment that capable of running the latest Android Studio, latest Android SDK and JDK 17 with at least 4 GB of memory for coding
7+
- Any environment that is capable of running the latest Android Studio, latest Android SDK, and JDK 17 with at least 4 GB of memory for coding
88
- Any devices with preferably the latest Android version or at least higher than the [`minSdk`](/app/build.gradle.kts) for testing
99

1010
### Additional Requirements
1111

12-
- Device with root capabilities with latest version of [KernelSU](https://github.com/tiann/KernelSU) or [Magisk](https://github.com/topjohnwu/Magisk)
12+
- A device with root capabilities using the latest version of [KernelSU](https://github.com/tiann/KernelSU) or [Magisk](https://github.com/topjohnwu/Magisk)
1313

1414
## ⚙️ Setting up
1515

1616
### Authenticating to GitHub Registry
1717

1818
ReVanced Manager uses dependency from the GitHub Registry (i.e., [ReVanced Patcher](https://github.com/ReVanced/revanced-patcher/packages)) and so your build may fail without authenticating to the service,
19-
to authenticate you must add create a personal access token with the scope `read:packages` [here](https://github.com/settings/tokens/new?scopes=read:packages&description=ReVanced)
19+
to authenticate you must create a personal access token with the scope `read:packages` [here](https://github.com/settings/tokens/new?scopes=read:packages&description=ReVanced)
2020
and add your token to `~/.gradle/gradle.properties`, create the file if it does not exist.
2121

2222
```properties

docs/developer/1_develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The styling is based on https://kotlinlang.org/docs/coding-conventions.html
88

99
## Commit
1010

11-
At ReVanced, we adopt a naming convention for commit called [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) so for example when your adding new feature you must add `feat: ` before the description of your commit.
11+
At ReVanced, we adopt a naming convention for commit called [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) so for example when you're adding a new feature you must add `feat: ` before the description of your commit.
1212

1313
## Building
1414

docs/developer/3_verifying.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
> [!NOTE]
44
> This information is more relevant to alternative store providers
55
6-
To distribute ReVanced Manager safely and recommended way is to provide the user's with link to
6+
To distribute ReVanced Manager safely and recommended way is to provide the users with a link to user-side .
77

8-
The certificate SHA-256 of the APK will always be `b6362c6ea7888efd15c0800f480786ad0f5b133b4f84e12d46afba5f9eac1223` unless otherwise notice.
8+
The certificate SHA-256 of the APK will always be `b6362c6ea7888efd15c0800f480786ad0f5b133b4f84e12d46afba5f9eac1223` unless otherwise noted.
99

1010
## `libaapt2.so`
1111

12-
ReVanced Manager include prebuilt binaries of [`libaapt2.so`][location of libaapt2.so] from https://github.com/ReVanced/aapt2
12+
ReVanced Manager includes prebuilt binaries of [`libaapt2.so`][location of libaapt2.so] from https://github.com/ReVanced/aapt2
1313
which fixes issue on ARM32-based system, attestation is provided here: https://github.com/ReVanced/aapt2/attestations
1414

1515
[location of libaapt2.so]: /app/src/main/jniLibs/

0 commit comments

Comments
 (0)