dantesat/tltv-updates — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a very simple update hosting repo for my Android app called TLTV Player.

I want the repo to publish the latest TLTVPlayer.apk and a version.json file that the app can read to know if there is a newer version available. Keep it lightweight and easy for me to maintain. The JSON should clearly include the current version, build number if needed, APK download link, release notes, and whether the update is required or optional.

Please make sure the README explains what this repo is for, how to replace the APK when I make a new release, and how to update the JSON without breaking the app. If there’s already an APK or version file in the project, use those as the starting point and clean up anything confusing.

Don’t overbuild it. I just need a reliable update source for TLTV Player that can be hosted on GitHub.

Want more depth? Deep Reverse