# teprinciple/UpdateAppUtils

一行代码快速实现app版本更新

Repository: https://github.com/teprinciple/UpdateAppUtils
Canonical: https://ross.abutalabs.com/products/updateapputils
Language: Kotlin
License Family: other
Topics: updateapp, android, update, kotlin, versionupdate
Last push: 2021-07-07T08:57:56+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3534, "days_push": 1883, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1124, forks 227 (observed 2026-08-28T04:03:40.688271+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: mobile-framework, file-upload, http-client
- domain: mobile-development, android-tools, developer-tools
- platform: jvm
- tags: app-update, apk-download, version-update, in-app-update, android-library, kotlin-first, md5-verification, androidx-support, update-dialog, notification-bar, android

## Member repositories
- teprinciple/UpdateAppUtils (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:40.688271+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:39:51.609945+00:00, confidence not recorded.
  - readme: https://github.com/teprinciple/UpdateAppUtils (fetched 2026-08-28T04:03:40.688271+00:00, sha ef9fbd924322)
- Data as of 2026-08-30T08:39:29.467469+00:00.
