Skip to content

Commit 77307b6

Browse files
update ReVanced
* revanced-patches `v5.48.0` * fix gradle auth
1 parent b39740c commit 77307b6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

compile.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ done
1010
[ -f .gitauth ] && source .gitauth
1111
[ -z "$GITHUB_ACTOR" ] && echo "missing GITHUB_ACTOR" && exit 1
1212
[ -z "$GITHUB_TOKEN" ] && echo "missing GITHUB_TOKEN" && exit 1
13+
export ORG_GRADLE_PROJECT_githubPackagesUsername="$GITHUB_ACTOR"
14+
export ORG_GRADLE_PROJECT_githubPackagesPassword="$GITHUB_TOKEN"
1315

1416
declare -x GITHUB_ACTOR GITHUB_TOKEN
1517

revanced-patches

Submodule revanced-patches updated 193 files

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
REVANCED_PATCHES="v5.46.0"
3+
REVANCED_PATCHES="v5.48.0"
44
REVANCED_CLI="v5.0.1"

0 commit comments

Comments
 (0)