-
I have an app released in a GitHub repository that I want to update using Obtainium. Instead of creating a new release with a new tag or title, the developer uploads the new release in assets to replace the old ones. This means that the release title/tag (for example, "latest") is one year old, but the release assets are regularly updated (e.g., one release asset was uploaded three days ago). How can I configure Obtainium to use the date of the release assets instead of relying on the release tag? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Use this filter.
The version # for every APK within the releases section will say "all" because of the tag being used. If you'd like to have some kind of number that does change you can use this optional filter. Unfortunately, it'll be a long string of numbers.
|
Beta Was this translation helpful? Give feedback.
Use this filter.
Toggle ON
The version # for every APK within the releases section will say "all" because of the tag being used. If you'd like to have some kind of number that does change you can use this optional filter. Unfortunately, it'll be a long string of numbers.
Toggle ON