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 11, 2020
1 parent 1facad1 commit a539531
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 13 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 14
versionName "1.8.6"
versionCode 15
versionName "1.8.6_a"
ndk{abiFilters "armeabi", "armeabi-v7a", "x86"}
resConfigs"zh"
}
Expand Down
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@
-dontwarn tv.danmaku.ijk.media.player.*
-keep interface tv.danmaku.ijk.media.player.** { *; }

-keep public class my.project.sakuraproject.main.player.JZExoPlayer {*;}
-keep public class cn.jzvd.JZMediaSystem {*; }
-keep public class cn.jzvd.demo.CustomMedia.CustomMedia {*; }
-keep public class cn.jzvd.demo.CustomMedia.JZMediaIjk {*; }
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_a","修复内置播放器使用Exo内核无限加载的问题"));
logsList.add(new LogBean("版本:1.8.6","修复一些错误\n修复内置视频播放器存在的一些问题"));
logsList.add(new LogBean("版本:1.8.5","修复新解析方案资源未释放导致视频声音外放的Bug"));
logsList.add(new LogBean("版本:1.8.4","修复视频播放器白额头的Bug\n增加新的解析方案,尽量减少使用webView(Test)"));
Expand Down
5 changes: 0 additions & 5 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

This file was deleted.

5 changes: 0 additions & 5 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

This file was deleted.

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月10日</string>
<string name="final_compile_time">2020年2月11日</string>
<string name="cache">缓存目录</string>
<string name="cache_text">/SakuraAnime/\n卸载后自行删除此目录</string>
<string name="github">Github</string>
Expand Down

0 comments on commit a539531

Please sign in to comment.