Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
1、提升SDK健壮性;
2、修复连续执行命令可能导致闪退的问题(比如执行完A命令立马执行B命令);
3、修复执行中断命令动作后立马执行下一个命令导致闪退的问题;
  • Loading branch information
microshow committed Apr 10, 2020
1 parent 2f8d7a8 commit 6fe8fd5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_find.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="优质开源项目"
android:text="抖音首页"
android:textColor="@android:color/white"
android:textSize="17sp" />

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 = 220
versionCodeValue = 230
//应用 version 名称,更多设置里显示的
versionNameValue = "2.2.0"
versionNameValue = "2.3.0"

}
Binary file modified rxffmpeg/libs/arm64-v8a/librxffmpeg-invoke.so
Binary file not shown.
Binary file modified rxffmpeg/libs/armeabi-v7a/librxffmpeg-invoke.so
Binary file not shown.

0 comments on commit 6fe8fd5

Please sign in to comment.