b

bsdiff-util

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
bsdiff-util-1.6.0.jar download
bsdiff-util-1.6.0.pom download
bsdiff-util-1.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tencent.tinker</groupId>
  <artifactId>bsdiff-util</artifactId>
  <version>1.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.tencent.tinker:bsdiff-util:1.6.0'
Gradle Kotlin
implementation("com.tencent.tinker:bsdiff-util:1.6.0")
Scala SBT
libraryDependencies += "com.tencent.tinker" % "bsdiff-util" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tencent.tinker', module='bsdiff-util', version='1.6.0')
)
Apache Ivy
<dependency org="com.tencent.tinker" name="bsdiff-util" rev="1.6.0" />
Leiningen
[com.tencent.tinker/bsdiff-util "1.6.0"]
Apache Buildr
'com.tencent.tinker:bsdiff-util:jar:1.6.0'
Dependencies
The project has no third-party dependencies