We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3efd0 commit 91f4aecCopy full SHA for 91f4aec
2 files changed
README.md
@@ -10,9 +10,6 @@ Nova Launcher
10
11
Tasker
12
⦿ Bypass trial
13
-
14
-Spotify
15
-⦿ Unlock premium
16
```
17
18
## Installation
patches/build.gradle.kts
@@ -48,7 +48,7 @@ publishing {
48
repositories {
49
maven {
50
name = "GitHubPackages"
51
- url = uri("https://maven.pkg.github.com/revanced/revanced-patches")
+ url = uri("https://maven.pkg.github.com/indrastorms/dropped-patches")
52
credentials {
53
username = System.getenv("GITHUB_ACTOR")
54
password = System.getenv("GITHUB_TOKEN")
0 commit comments