Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e2032b5 authored by Bart Sears's avatar Bart Sears
Browse files

Update WebSettings.PREVIOUS_VERSION

Now that we have released ICS MR1.1, update the PREVIOUS_VERSION
to 4.0.4.

Change-Id: I3c4d6abfa679f20776d2676c57af4c0347e41c7b
parent 75cf9e19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ import java.util.Locale;
 */
public class WebSettingsClassic extends WebSettings {
    // TODO: Keep this up to date
    private static final String PREVIOUS_VERSION = "4.0.3";
    private static final String PREVIOUS_VERSION = "4.0.4";

    // WebView associated with this WebSettings.
    private WebViewClassic mWebView;