Skip to content

Commit 91f4aec

Browse files
committed
fix: fix build
1 parent 1f3efd0 commit 91f4aec

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ Nova Launcher
1010

1111
Tasker
1212
⦿ Bypass trial
13-
14-
Spotify
15-
⦿ Unlock premium
1613
```
1714

1815
## Installation

patches/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ publishing {
4848
repositories {
4949
maven {
5050
name = "GitHubPackages"
51-
url = uri("https://maven.pkg.github.com/revanced/revanced-patches")
51+
url = uri("https://maven.pkg.github.com/indrastorms/dropped-patches")
5252
credentials {
5353
username = System.getenv("GITHUB_ACTOR")
5454
password = System.getenv("GITHUB_TOKEN")

0 commit comments

Comments
 (0)