Skip to content

Commit

Permalink
v4.9.0
Browse files Browse the repository at this point in the history
1、修复部分低端手机闪退问题,适配更多机型
  • Loading branch information
microshow committed Nov 12, 2020
1 parent f9965ea commit 9c09574
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ dependencies {
//以下选一个即可
//完整版
implementation 'com.github.microshow:RxFFmpeg:4.8.0'
implementation 'com.github.microshow:RxFFmpeg:4.9.0'
//极速版 (预计占用 4M 左右空间),主要移除了一些不常用的编解码器
implementation 'com.github.microshow:RxFFmpeg:4.8.0-lite'
implementation 'com.github.microshow:RxFFmpeg:4.9.0-lite'
//定制版,如果觉得库太占空间,不需要太多功能,需要对APK瘦身,可以压缩到1.5M左右,可联系作者
implementation 'xxx.xxx.xxx'
Expand Down
4 changes: 2 additions & 2 deletions configs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ ext {
//支持包版本
supportLibValue = "28.0.0"
//应用 versionCode
versionCodeValue = 480
versionCodeValue = 490
//应用 version 名称,更多设置里显示的
versionNameValue = "4.8.0"
versionNameValue = "4.9.0"

}
Binary file modified preview/app-release.apk
Binary file not shown.
Binary file modified rxffmpeg/libs/arm64-v8a/librxffmpeg-invoke.so
Binary file not shown.
Binary file modified rxffmpeg/libs/armeabi-v7a/librxffmpeg-core.so
Binary file not shown.
Binary file modified rxffmpeg/libs/armeabi-v7a/librxffmpeg-invoke.so
Binary file not shown.
Binary file modified rxffmpeg/libs/armeabi-v7a/librxffmpeg-player.so
Binary file not shown.
Binary file modified rxffmpeg/libs/x86/librxffmpeg-invoke.so
Binary file not shown.
Binary file modified rxffmpeg/libs/x86_64/librxffmpeg-invoke.so
Binary file not shown.

0 comments on commit 9c09574

Please sign in to comment.