a

appupdate-no-op

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