Skip to content

Commit 3dc8f4b

Browse files
author
Siddharth Karia
committed
Bump version number for error improvements
1 parent 84c83c4 commit 3dc8f4b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

RELEASE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Project Armadillo Release Notes
22

3+
## 1.6.7
4+
- Adds additional data in audio player errors: HttpResponseCodeException, DownloadFailed
5+
- Add new ParsingException for internal ParserException
6+
- Add internet connectivity check to error metrics
7+
38
## 1.6.6
49
- Adds graceful exponential backoff toward internet connectivity errors.
510
- Retries streaming parsing exceptions, in case the network has not succeeded in retreiving valid data.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1536m
1313
# org.gradle.parallel=true
1414
PACKAGE_NAME=com.scribd.armadillo
1515
GRADLE_PLUGIN_VERSION=7.2.0
16-
LIBRARY_VERSION=1.6.6
16+
LIBRARY_VERSION=1.6.7
1717
EXOPLAYER_VERSION=2.19.1
1818
RXJAVA_VERSION=2.2.4
1919
RXANDROID_VERSION=2.0.1

0 commit comments

Comments
 (0)