A minimial android-compatible synchronization tool for transferring files. It is based on the rsync algorithm, not the rsync command, to utilize minimal dependencies.
'com.github.batkinson:jrsync:1.1'
<dependency> <groupId>com.github.batkinson</groupId> <artifactId>jrsync</artifactId> <version>1.1</version> </dependency>
<dependency org="com.github.batkinson" name="jrsync" rev="1.1"/>
"com.github.batkinson", "jrsync", "1.1"