a

appupdate

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