t

tinker-patch-gradle-plugin

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
tinker-patch-gradle-plugin-1.9.14.24.jar download
tinker-patch-gradle-plugin-1.9.14.24.pom download
tinker-patch-gradle-plugin-1.9.14.24-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tencent.tinker</groupId>
  <artifactId>tinker-patch-gradle-plugin</artifactId>
  <version>1.9.14.24</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.tinker:tinker-patch-gradle-plugin:1.9.14.24'
Gradle Kotlin
implementation("com.tencent.tinker:tinker-patch-gradle-plugin:1.9.14.24")
Scala SBT
libraryDependencies += "com.tencent.tinker" % "tinker-patch-gradle-plugin" % "1.9.14.24"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.tinker', module='tinker-patch-gradle-plugin', version='1.9.14.24')
)
Apache Ivy
<dependency org="com.tencent.tinker" name="tinker-patch-gradle-plugin" rev="1.9.14.24" />
Leiningen
[com.tencent.tinker/tinker-patch-gradle-plugin "1.9.14.24"]
Apache Buildr
'com.tencent.tinker:tinker-patch-gradle-plugin:jar:1.9.14.24'