a

appupdate

Android App update library. Android版本更新库,简单、轻量、可随意定制
https://github.com/azhon/AppUpdate
The Apache License, Version 2.0
azhon
文件下载
文件名 操作
appupdate-4.2.8.pom 下载
appupdate-4.2.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.azhon</groupId>
  <artifactId>appupdate</artifactId>
  <version>4.2.8</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.azhon:appupdate:4.2.8'
Gradle Kotlin
implementation("io.github.azhon:appupdate:4.2.8")
Scala SBT
libraryDependencies += "io.github.azhon" % "appupdate" % "4.2.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.azhon', module='appupdate', version='4.2.8')
)
Apache Ivy
<dependency org="io.github.azhon" name="appupdate" rev="4.2.8" />
Leiningen
[io.github.azhon/appupdate "4.2.8"]
Apache Buildr
'io.github.azhon:appupdate:jar:4.2.8'