From 3dc8f4b6bf0261c2372faa0c7338bf0616e81bb9 Mon Sep 17 00:00:00 2001 From: Siddharth Karia Date: Mon, 21 Oct 2024 12:06:23 -0700 Subject: [PATCH] Bump version number for error improvements --- RELEASE.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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