diff --git a/RELEASE.md b/RELEASE.md index c8040fd..a377c37 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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. diff --git a/gradle.properties b/gradle.properties index e6c8d26..4b3e1a1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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