a

aosp-dexutils

Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstalling apk.
https://github.com/Tencent/tinker
BSD License
Tencent Wechat, Inc.
Files download
File Operation
aosp-dexutils-0.1.0.jar download
aosp-dexutils-0.1.0.pom download
aosp-dexutils-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tencent.tinker</groupId>
  <artifactId>aosp-dexutils</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.tinker:aosp-dexutils:0.1.0'
Gradle Kotlin
implementation("com.tencent.tinker:aosp-dexutils:0.1.0")
Scala SBT
libraryDependencies += "com.tencent.tinker" % "aosp-dexutils" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.tinker', module='aosp-dexutils', version='0.1.0')
)
Apache Ivy
<dependency org="com.tencent.tinker" name="aosp-dexutils" rev="0.1.0" />
Leiningen
[com.tencent.tinker/aosp-dexutils "0.1.0"]
Apache Buildr
'com.tencent.tinker:aosp-dexutils:jar:0.1.0'
Dependencies
The project has no third-party dependencies