teprinciple/UpdateAppUtils
一行代码快速实现app版本更新 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3534
- days_rel: n/a
- days_push: 1883
- n_releases_24m: 0
Adoption not part of the score
1124 stars · 227 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Kotlin-first Android library that lets developers implement in-app version updates with a single line of code, handling APK download, MD5 verification, and installation. It provides customizable update dialogs, notification bar integration, and supports both forced and optional update flows.
Use cases
- add in-app version update to an android app
- download and install apk updates inside my app
- show a custom update dialog with changelog
- force users to update to the latest app version
- verify apk integrity with md5 before installing
- show download progress in the notification bar
- delete the apk installer automatically after update
When to choose
- you need a quick, one-line solution for android app updates
- you want customizable update ui with minimal code
- you need md5 verification and wifi-check features built in
- your project uses kotlin or androidx
When to avoid
- you need google play in-app updates (play core api)
- you distribute only through app stores that handle updates
- you need ios or cross-platform update support
- you require active maintenance or recent security patches
Facets
library · maturity maintenance
mobile-framework file-upload http-client mobile-development android-tools developer-tools jvm app-update apk-download version-update in-app-update android-library kotlin-first md5-verification androidx-support update-dialog notification-bar android
1 source
- readme: https://github.com/teprinciple/UpdateAppUtils · fetched 2026-08-28 · ef9fbd924322
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| teprinciple/UpdateAppUtils | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="teprinciple/UpdateAppUtils")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem