Skip to content

Commit

Permalink
update WHATS_NEW
Browse files Browse the repository at this point in the history
Change-Id: I3c3a6fe5d4e24e9688874605e31284bf3a5ccd59
  • Loading branch information
koush committed Aug 12, 2013
1 parent ed2bc86 commit 0fc942f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Superuser/src/com/koushikdutta/superuser/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ private void saveWhatsNew() {
}

// this is intentionally not localized as it will change constantly.
private static final String WHATS_NEW = "Recovery installation fixes for some devices.";
private static final String WHATS_NEW = "Added support for Android 4.3.";
protected void doWhatsNew() {
if (WHATS_NEW.equals(Settings.getString(this, "whats_new")))
return;
Expand Down

0 comments on commit 0fc942f

Please sign in to comment.