Releases: tus/tus-android-client
Releases · tus/tus-android-client
0.1.11
What's Changed
- Bump io.tus.java.client:tus-java-client from 0.4.5 to 0.5.0 by @dependabot in #87
- Bump other dependencies
New Contributors
Full Changelog: 0.1.10...0.1.11
0.1.9
This release updates the tus-java-client dependency to version 0.4.2
and only requires a Context
object for creating a `TusAndroidUploader´ (see #26).
0.1.8
This patch release fixes an error which was caused in rare circumstances where Android reported a wrong file size. For more details please see 667ff2c
0.1.7
This patch release upgrades the tus-java-client dependency to version 0.4.1. This release resolves a out-of-memory exception using the default upload parameters.
0.1.6
This minor release does not contain any changes and only contains minor configuration changes which allows the package to be published on Maven Central.
0.1.5
This minor release updates the tus-java-client dependency to include a minor fix.
0.1.2
- Use dynamic versioning for tus-java-client dependency
0.1.1
Changes:
- Test against Android SDK v22
- Remove dependency of app-compat-v7
- Lower minSdkVersion to 4
0.1.0
Initial release of the tus Android client library.