Skip to content

Commit af6c3ff

Browse files
committed
CI: Improve release title and notes
1 parent 7eba020 commit af6c3ff

File tree

3 files changed

+23
-26
lines changed

3 files changed

+23
-26
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
cd app/build/outputs/apk/universal/release/
5858
mv app-universal-release.apk ReVancedXposedSpotify-${GIT_COMMIT_DATE}.apk
5959
gh release delete autobuild --yes || true
60-
gh release create autobuild ReVancedXposedSpotify-${GIT_COMMIT_DATE}.apk --latest --title "Build ${GIT_DESCRIBE}" --notes "The package name and signature of this build are different every day. You don't have to reinstall it every day."
60+
gh release create autobuild ReVancedXposedSpotify-${GIT_COMMIT_DATE}.apk --latest --title "Build ${GIT_COMMIT_DATE}" --notes "Commit ${GIT_DESCRIBE}. The package name and signature of this build are different every day. You don't have to reinstall it every day."
6161
env:
6262
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,38 @@
11
<div align="center">
2-
<h1>ReVanced Xposed</h1>
3-
<a href="https://discord.gg/QWUrAA2mKq"><img alt="Discord Server" src="https://img.shields.io/badge/Discord%20Server-5865F2.svg?logo=discord&logoColor=white"></a>
4-
<a href="https://t.me/revancedxposed"><img alt="Telegram Channel" src="https://img.shields.io/badge/Telegram_Channel-blue.svg?logo=telegram&logoColor=white"></a>
5-
<a href="https://github.com/chsbuffer/ReVancedXposed_Spotify/releases/latest"><img alt="GitHub Downloads" src="https://img.shields.io/github/downloads/chsbuffer/ReVancedXposed_Spotify/total"></a>
6-
<a href="https://github.com/chsbuffer/ReVancedXposed_Spotify"><img alt="GitHub Stars" src="https://img.shields.io/github/stars/chsbuffer/ReVancedXposed_Spotify"></a>
2+
<h1>ReVanced Xposed Spotify</h1>
73
<br>
84
</div>
95

106
**ReVanced LSPosed module by ChsBuffer, just for Spotify.**
117
>[!IMPORTANT]
12-
> This is not an official ReVanced project, do not ask the ReVanced developers for help.
13-
14-
## Downloads
15-
- **Release build**: [Download](https://github.com/chsbuffer/ReVancedXposed_Spotify/releases/latest)
16-
17-
> [!NOTE]
18-
> The package name and signature of builds are randomized.
8+
> - This is **NOT an official ReVanced project**, do not ask the ReVanced developers for help.
9+
> - **Root access** is strictly **required** to use this module!
10+
11+
### Regarding alleged “new working Spotify mods”:
12+
13+
> Recent claims that Nibrut/Obito/AndroForever/Shizuku provide functioning Spotify mods are incorrect.
14+
> Their mod merely applies _Rootless Xposed Framework_ and _generic signature bypass patcher_ together with this module,
15+
> e.g. Mochi Cloner, App Cloner, LSPatch, NPatch, HKP, MT Manager, NP Manager.
16+
> However, it **does not** address or bypass the actual mechanisms responsible for detecting and blocking modified clients.
17+
> ReVanced Xposed has nothing to do with the bypass mechanisms.
18+
>
19+
> These mods work for a few days until a Spotify app update is released, then Spotify blacklists users of these modded apps on old versions of the client from the server.
20+
>
21+
> Before ReVanced paused patches for Spotify for legal reason,
22+
> they released a working test version that still works to this day.
23+
> There is something you need to know in order to use it, so find it on the xManager Discord Server and read the instructions.
1924
2025
## Patches
2126

2227
### Spotify
2328
- Unlock Spotify Premium
2429
- Sanitize sharing links
2530

26-
## Supports
27-
[![Discord Server](https://img.shields.io/badge/Join-Discord-5865F2.svg?logo=discord)](https://discord.gg/QWUrAA2mKq)
28-
or [Create an issue](https://github.com/chsbuffer/ReVancedXposed_Spotify/issues/new/choose)
31+
## Downloads
32+
- **Release build**: [Download](https://github.com/chsbuffer/ReVancedXposed_Spotify/releases/latest)
33+
34+
> [!NOTE]
35+
> The package name and signature of this build are different every day. You don't have to reinstall it every day.
2936
3037
## ⭐ Credits
3138

stub/build.gradle.kts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,4 @@ android {
88
sourceCompatibility = JavaVersion.VERSION_17
99
targetCompatibility = JavaVersion.VERSION_17
1010
}
11-
sourceSets {
12-
getByName("main") {
13-
java {
14-
srcDirs(
15-
"../revanced-patches/patches/stub/src/main/java",
16-
"../revanced-patches/extensions/spotify/stub/src/main/java"
17-
)
18-
}
19-
}
20-
}
2111
}

0 commit comments

Comments
 (0)