build(Needs bump): Bump dependencies (#1717)

This commit is contained in:
oSumAtrIX
2024-03-04 12:47:38 +01:00
committed by GitHub
parent 6dee3aa1b7
commit 10bae69db6
12 changed files with 104 additions and 700 deletions

View File

@ -28,3 +28,14 @@ Learn how to build ReVanced Manager from source.
```sh
flutter build apk
```
> [!NOTE]
> If the build fails due to authentication, you may need to authenticate to GitHub Packages.
> Create a PAT with the scope `read:packages` [here](https://github.com/settings/tokens/new?scopes=read:packages&description=ReVanced) and add your token to ~/.gradle/gradle.properties.
>
> Example `gradle.properties` file:
>
> ```properties
> gpr.user = user
> gpr.key = key
> ```