Skip to content

Commit 909aac2

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

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
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 }}

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)