Skip to content

Commit

Permalink
🔖 Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyge committed Jun 19, 2017
1 parent a552e00 commit 128f030
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/logs/log_2.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
本版本主要修复了demo中的bug,然后顺便将sketch中同样的场景都加了预防措施

:green_heart: 可平滑升级 :green_heart:

其它:
* :ambulance: 所有使用磁盘缓存编辑锁的地方都加了try finally,防止异常导致无法释放锁的情况发生

Sample APP
* :bug: 修复release版本混淆后找不到FFmpegMediaMetadataRetriever类的bug
* :bug: 修复由于VideoThumbnailPreprocessor在遇到异常后没有释放缓存编辑锁,导致阻塞了所有的本地解码线程的bug
Binary file modified docs/sketch-sample.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ MIN_SDK_VERSION=10
TARGET_SDK_VERSION=22
TARGET_SDK_VERSION_LIBRARY=25

VERSION_CODE=2400
VERSION_NAME=2.4.0
VERSION_CODE=2410
VERSION_NAME=2.4.1

ANDROID_SUPPORT_LIBRARY_VERSION=25.3.0

0 comments on commit 128f030

Please sign in to comment.