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.
文件下载
文件名 操作
aosp-dexutils-1.9.14.25.1.jar 下载
aosp-dexutils-1.9.14.25.1.pom 下载
aosp-dexutils-1.9.14.25.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.tencent.tinker</groupId>
  <artifactId>aosp-dexutils</artifactId>
  <version>1.9.14.25.1</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.tinker:aosp-dexutils:1.9.14.25.1'
Gradle Kotlin
implementation("com.tencent.tinker:aosp-dexutils:1.9.14.25.1")
Scala SBT
libraryDependencies += "com.tencent.tinker" % "aosp-dexutils" % "1.9.14.25.1"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.tinker', module='aosp-dexutils', version='1.9.14.25.1')
)
Apache Ivy
<dependency org="com.tencent.tinker" name="aosp-dexutils" rev="1.9.14.25.1" />
Leiningen
[com.tencent.tinker/aosp-dexutils "1.9.14.25.1"]
Apache Buildr
'com.tencent.tinker:aosp-dexutils:jar:1.9.14.25.1'
本项目依赖
该项目无第三方依赖