revanced-magisk-module
revanced-magisk-module copied to clipboard
Check for updates on YT Music, TikTok, Reddit, Twitter, etc
The workflow only checks for updates on the YouTube app, it would be good if it checked for all apps that has BUILD_NAME=true
in the build.conf
I think it would be cool to have a ZIP file that includes all the apps.
it would be excessive to constantly rebuilding same version of apps because only one of them had its version bumped. i could add options for it but i guess that would bloat the config file so for now youtube and revanced-patches version will be the priority until i can think of a better way.
it would be excessive to constantly rebuilding same version of apps because only one of them had its version bumped. i could add options for it but i guess that would bloat the config file so for now youtube and revanced-patches version will be the priority until i can think of a better way.
Maybe make it only builds the one that gets the version bumped, update the latest release name, tag and replace the old apk with the new one?
Maybe make it only builds the one that gets the version bumped, update the latest release name, tag and replace the old apk with the new one?
as of now there isnt a way to edit the tag
I think the best way would be to have a custom f-droid repository. You can find an example that's hosted on github here: https://github.com/iodeOS/fdroid
Here are the official f-droid instructions: https://f-droid.org/docs/Setup_an_F-Droid_App_Repo/
Should be relatively simple to set up. The link the person would enter in f-droid would be something like this (it would differ based on the username and repo name ofc)
https://raw.githubusercontent.com/iodeOS/fdroid/master/fdroid/repo
You could even have a different branch for beta releases if you really wanted, just replace master
with beta
in the link.
Can't you create separate repos for each app?
Can't you create separate repos for each app?
I don't think that is a ideal solution, also a repo can't just create other repos without user interaction or a token
Would it be possible to create a different release for each individual app? And in that case can we assign multiple 'latest' tag to each release?
Sorry not sure about how github works.