is not current version
Last Version 1.9.14.20

com.tencent.tinker:aosp-dexutils 1.6.0

Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstalling apk.

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

com.tencent.tinker
ArtifactId

ArtifactId

aosp-dexutils
Version

Version

1.6.0
Type

Type

jar

Download aosp-dexutils 1.6.0


<!-- https://jarcasting.com/artifacts/com.tencent.tinker/aosp-dexutils/ -->
<dependency>
    <groupId>com.tencent.tinker</groupId>
    <artifactId>aosp-dexutils</artifactId>
    <version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tencent.tinker/aosp-dexutils/
implementation 'com.tencent.tinker:aosp-dexutils:1.6.0'
// https://jarcasting.com/artifacts/com.tencent.tinker/aosp-dexutils/
implementation ("com.tencent.tinker:aosp-dexutils:1.6.0")
'com.tencent.tinker:aosp-dexutils:jar:1.6.0'
<dependency org="com.tencent.tinker" name="aosp-dexutils" rev="1.6.0">
  <artifact name="aosp-dexutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tencent.tinker', module='aosp-dexutils', version='1.6.0')
)
libraryDependencies += "com.tencent.tinker" % "aosp-dexutils" % "1.6.0"
[com.tencent.tinker/aosp-dexutils "1.6.0"]