diff --git a/RELEASE.md b/RELEASE.md index ffd0436..d17e4a0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,9 @@ # Project Armadillo Release Notes +## 1.3.3 +- Reverted fix in 1.3.2 as it may have affected listening progress not being correctly reported +- Added support for passing in load control parameters via ArmadilloConfiguration to the exo player instance + ## 1.3.2 - Added a fix for order of dispatched actions during seek related events diff --git a/gradle.properties b/gradle.properties index 1fb9cb9..0813728 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx1536m # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true PACKAGE_NAME=com.scribd.armadillo -LIBRARY_VERSION=1.3.2 +LIBRARY_VERSION=1.3.3 EXOPLAYER_VERSION=2.17.1 RXJAVA_VERSION=2.2.4 RXANDROID_VERSION=2.0.1