is not current version
Last Version 1.9.14.20

com.tencent.tinker:aosp-dexutils 0.1.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

0.1.0
Type

Type

jar

Download aosp-dexutils 0.1.0


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