is not current version
Last Version 1.9.14.20

com.tencent.tinker:tinker-patch-gradle-plugin 1.7.3

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

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.tencent.tinker
ArtifactId

ArtifactId

tinker-patch-gradle-plugin
Version

Version

1.7.3
Type

Type

jar

Download tinker-patch-gradle-plugin 1.7.3


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