Skip to content

Commit

Permalink
release description.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgspine committed Apr 1, 2020
1 parent 8b5acd0 commit e9cd228
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public CharSequence getUpgradeWord(final Activity activity) {
SpannableStringBuilder text = new SpannableStringBuilder();
if(mNewVersion == QDUpgradeManager.VERSION_2_0_0_alpha6){
text.append("1. Features: Add new widget QMUITabSegment2 to support ViewPager2.\n");
text.append("2. Remove the default support for skin.\n");
text.append("2. Remove the skin's default usage.\n");
text.append("3. QMUILayout support radius which is half of the view height or width.\n");
text.append("4. Some bug fixes.");
}else if(mNewVersion == QDUpgradeManager.VERSION_2_0_0_alpha4){
Expand Down

0 comments on commit e9cd228

Please sign in to comment.