Skip to content

Commit

Permalink
Bump version number for error improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Karia committed Oct 21, 2024
1 parent 84c83c4 commit 3dc8f4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Project Armadillo Release Notes

## 1.6.7
- Adds additional data in audio player errors: HttpResponseCodeException, DownloadFailed
- Add new ParsingException for internal ParserException
- Add internet connectivity check to error metrics

## 1.6.6
- Adds graceful exponential backoff toward internet connectivity errors.
- Retries streaming parsing exceptions, in case the network has not succeeded in retreiving valid data.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1536m
# org.gradle.parallel=true
PACKAGE_NAME=com.scribd.armadillo
GRADLE_PLUGIN_VERSION=7.2.0
LIBRARY_VERSION=1.6.6
LIBRARY_VERSION=1.6.7
EXOPLAYER_VERSION=2.19.1
RXJAVA_VERSION=2.2.4
RXANDROID_VERSION=2.0.1
Expand Down

0 comments on commit 3dc8f4b

Please sign in to comment.