Skip to content

Commit

Permalink
发版3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Justwen committed Mar 19, 2022
1 parent a39d6eb commit e0bbe0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ project.ext {
minSdkVersion = 23
targetSdkVersion = 30
compileSdkVersion = 30
appVersionName = '3.7.1'
appVersionCode = 3071
appVersionName = '3.7.2'
appVersionCode = 3072

fastJson = '1.1.71.android'
rxAndroid = '2.1.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,11 @@ public interface VersionUpgradeTips {
+ "● 尝试为举报增加GBK属性\n"
+ "● 支持华为平行视界\n"
+ "新版UI有任何bug,建议或意见请私信[@Justwen]\n";

String TIPS_3072 = "更新内容\n"
+ "● 优化发帖界面夜间模式下表情显示不清的问题\n"
+ "● 增加始终关闭图片功能\n"
+ "● 修复部分收藏板块缺少标题的问题\n"
+ "● 右上角菜单增加使用默认浏览器打开功能,帖子打不开时可以尝试使用\n"
+ "新版UI有任何bug,建议或意见请私信[@Justwen]\n";
}

0 comments on commit e0bbe0e

Please sign in to comment.