Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
670848654 committed Feb 13, 2020
1 parent a3a52b3 commit eb337b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "my.project.sakuraproject"
minSdkVersion 21
targetSdkVersion 29
versionCode 15
versionName "1.8.6_a"
versionCode 16
versionName "1.8.6_b"
ndk{abiFilters "armeabi", "armeabi-v7a", "x86"}
resConfigs"zh"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ public void showUpdateLogs() {

public List createUpdateLogList() {
List logsList = new ArrayList();
logsList.add(new LogBean("版本:1.8.6_b","修复内置播放器播放完毕后程序崩溃的问题"));
logsList.add(new LogBean("版本:1.8.6_a","修复内置播放器使用Exo内核无限加载的问题"));
logsList.add(new LogBean("版本:1.8.6","修复一些错误\n修复内置视频播放器存在的一些问题"));
logsList.add(new LogBean("版本:1.8.5","修复新解析方案资源未释放导致视频声音外放的Bug"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void exitPIP() {

@Override
public void onAutoCompletion() {
super.onAutoCompletion();
onStateAutoComplete();
listener.complete();
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<string name="test_model_desc">OnePlus 7 Pro : Android 10</string>
<string name="now_version">当前版本</string>
<string name="final_compile">最后编译日期</string>
<string name="final_compile_time">2020年2月11日</string>
<string name="final_compile_time">2020年2月13日</string>
<string name="cache">缓存目录</string>
<string name="cache_text">/SakuraAnime/\n卸载后自行删除此目录</string>
<string name="github">Github</string>
Expand Down

0 comments on commit eb337b3

Please sign in to comment.