t

tinker-android-lib

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 BSD License
Tencent Wechat, Inc. Tencent Wechat, Inc.
Files download
File Operation
tinker-android-lib-1.9.14.26.3.pom download
tinker-android-lib-1.9.14.26.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tencent.tinker</groupId>
  <artifactId>tinker-android-lib</artifactId>
  <version>1.9.14.26.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.tencent.tinker:tinker-android-lib:1.9.14.26.3'
Gradle Kotlin
implementation("com.tencent.tinker:tinker-android-lib:1.9.14.26.3")
Scala SBT
libraryDependencies += "com.tencent.tinker" % "tinker-android-lib" % "1.9.14.26.3"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.tinker', module='tinker-android-lib', version='1.9.14.26.3')
)
Apache Ivy
<dependency org="com.tencent.tinker" name="tinker-android-lib" rev="1.9.14.26.3" />
Leiningen
[com.tencent.tinker/tinker-android-lib "1.9.14.26.3"]
Apache Buildr
'com.tencent.tinker:tinker-android-lib:jar:1.9.14.26.3'