# easyandroidgroup/UpdatePlugin

可任意定制的app更新组件。

Repository: https://github.com/easyandroidgroup/UpdatePlugin
Canonical: https://ross.abutalabs.com/products/updateplugin
Homepage: https://juejin.im/post/5a32485851882504a35f007a
Language: Java
License Family: other
Topics: update, customizable, flexible, android
Last push: 2019-11-26T05:02:20+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": 3767, "days_push": 2472, "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 1320, forks 255 (observed 2026-08-28T04:04:21.686708+00:00)

## What it is
UpdatePlugin is a highly customizable Android library for handling in-app update flows, from checking an update API through downloading the APK to triggering installation. It exposes 13+ customizable hook points (network tasks, notifiers, strategies, parsers, file checkers) with sensible defaults so it works out of the box.

## Use cases
- add in-app update checking to an android app
- download and install apk updates with resume support
- implement forced update or skip-version logic
- customize update prompts and download progress notifications
- verify downloaded apk integrity against dns hijacking
- run background polling update checks
- integrate updates in plugin or hotfix environments

## When to choose
- you need fine-grained control over every stage of the android update flow
- your update api returns a custom response format
- you need wifi-aware update strategies or background polling
- you use pluginization or hot-fix frameworks and need custom install behavior

## When to avoid
- you target iOS or non-Android platforms
- you distribute through Play Store only and can use the official in-app updates API
- you need a maintained library - the last release was in 2019 and there is no license file

## Facets
- artifact type: library
- maturity: maintenance
- function: mobile-framework, file-upload, http-client, plugin-system
- domain: mobile-development, android-tools, developer-tools
- platform: jvm
- tags: app-update, apk-download, in-app-updates, android-library, resumable-download, update-checker, android, mobile

## Member repositories
- easyandroidgroup/UpdatePlugin (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:21.686708+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-30T04:47:27.162082+00:00, confidence not recorded.
  - readme: https://github.com/easyandroidgroup/UpdatePlugin (fetched 2026-08-28T04:04:21.686708+00:00, sha 10fd5894b03c)
  - homepage: https://juejin.im/post/5a32485851882504a35f007a (fetched 2026-08-29T12:06:16.970505+00:00, sha bc23fd3b0cdc)
  - site_page: https://link.juejin.cn?target=https%3A%2F%2Fgithub.com%2Fyjfnypeu%2FUpdatePlugin%2Fwiki%2FInstallNotifier (fetched 2026-08-29T12:06:16.979763+00:00, sha 256b759fcdaf)
  - site_page: https://link.juejin.cn?target=https%3A%2F%2Fgithub.com%2Fyjfnypeu%2FUpdatePlugin%2Fwiki%2FInstallStrategy (fetched 2026-08-29T12:06:16.981561+00:00, sha 256b759fcdaf)
- Data as of 2026-08-30T08:39:29.467469+00:00.
