Skip to content

Commit e9cd228

Browse files
committed
release description.
1 parent 8b5acd0 commit e9cd228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qmuidemo/src/main/java/com/qmuiteam/qmuidemo/manager/UpgradeTipTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public CharSequence getUpgradeWord(final Activity activity) {
7272
SpannableStringBuilder text = new SpannableStringBuilder();
7373
if(mNewVersion == QDUpgradeManager.VERSION_2_0_0_alpha6){
7474
text.append("1. Features: Add new widget QMUITabSegment2 to support ViewPager2.\n");
75-
text.append("2. Remove the default support for skin.\n");
75+
text.append("2. Remove the skin's default usage.\n");
7676
text.append("3. QMUILayout support radius which is half of the view height or width.\n");
7777
text.append("4. Some bug fixes.");
7878
}else if(mNewVersion == QDUpgradeManager.VERSION_2_0_0_alpha4){

0 commit comments

Comments
 (0)