Skip to content

Commit

Permalink
发版
Browse files Browse the repository at this point in the history
  • Loading branch information
Justwen committed Dec 21, 2019
1 parent 9a89a40 commit 18d4508
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ project.ext {
compileSdkVersion = 28
buildToolsVersion = '28.0.3'
androidSupportVersion = '28.0.0'
appVersionName = '2.1.20'
appVersionCode = 2120
appVersionName = '2.1.21'
appVersionCode = 2121
}
Original file line number Diff line number Diff line change
Expand Up @@ -285,4 +285,10 @@ public interface VersionUpgradeTips {
+ "● 在其他游戏分类中增加Dota2板块\n"
+ "新版UI有任何bug,建议或意见请私信[@Justwen]\n"
+ "客户端吐槽QQ群:714556852,欢迎加入捡肥皂\n";

String TIPS_2121 = "更新内容\n"
+ "● 新增经典旧世板块\n"
+ "● 支持NGA新域名ngabbs.com\n"
+ "新版UI有任何bug,建议或意见请私信[@Justwen]\n"
+ "客户端吐槽QQ群:714556852,欢迎加入捡肥皂\n";
}

0 comments on commit 18d4508

Please sign in to comment.