Skip to content

Commit 4e2032b

Browse files
author
Bart Sears
committed
Update WebSettings.PREVIOUS_VERSION
Now that we have released ICS MR1.1, update the PREVIOUS_VERSION to 4.0.4. Change-Id: I3c4d6abfa679f20776d2676c57af4c0347e41c7b
1 parent 75cf9e1 commit 4e2032b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/webkit/WebSettingsClassic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*/
3434
public class WebSettingsClassic extends WebSettings {
3535
// TODO: Keep this up to date
36-
private static final String PREVIOUS_VERSION = "4.0.3";
36+
private static final String PREVIOUS_VERSION = "4.0.4";
3737

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

0 commit comments

Comments
 (0)