Commit 9bf48ab 1 parent c13dca7 commit 9bf48ab Copy full SHA for 9bf48ab
File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Project Armadillo Release Notes
2
2
3
+ ## 1.3.3
4
+ - Reverted fix in 1.3.2 as it may have affected listening progress not being correctly reported
5
+ - Added support for passing in load control parameters via ArmadilloConfiguration to the exo player instance
6
+
3
7
## 1.3.2
4
8
- Added a fix for order of dispatched actions during seek related events
5
9
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx1536m
12
12
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13
13
# org.gradle.parallel=true
14
14
PACKAGE_NAME =com.scribd.armadillo
15
- LIBRARY_VERSION =1.3.2
15
+ LIBRARY_VERSION =1.3.3
16
16
EXOPLAYER_VERSION =2.17.1
17
17
RXJAVA_VERSION =2.2.4
18
18
RXANDROID_VERSION =2.0.1
You can’t perform that action at this time.
0 commit comments