https://github.com/wohlstand/quickappupdater
Very minimalistic tool that has only goal to download and install the same APK by URL for purpose of quick updates for testers
https://github.com/wohlstand/quickappupdater
Last synced: 2 months ago
JSON representation
Very minimalistic tool that has only goal to download and install the same APK by URL for purpose of quick updates for testers
- Host: GitHub
- URL: https://github.com/wohlstand/quickappupdater
- Owner: Wohlstand
- License: mit
- Created: 2022-02-21T21:40:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T06:42:19.000Z (over 1 year ago)
- Last Synced: 2025-02-05T07:28:58.493Z (over 1 year ago)
- Language: Java
- Size: 2.51 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick application updater
Very small utiltiy to help testers quickly download and install updates of testing applications on their devices.
To make this app work, you need to have the HTTP server that holds prebuilt APK files and compse the repo.json file (or make a dynamical generator of its content) that will tell this application which applications should be in the list, and which URLs can be used to obtain each of them.
On Android 7+ the HTTPS is used to download files. On Android 6 and older, the plain HTTP is used as it's tricky to use modern HTTPS here.