Changed version string to be 4.0.4

pull/14/head
Sam Bosley 14 years ago
parent e26380c9ba
commit e6460c0a9f

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.timsu.astrid"
android:versionName="4.0.3.1"
android:versionName="4.0.4"
android:versionCode="256">
<!-- widgets, alarms, and services will break if Astrid is installed on SD card -->

@ -40,7 +40,7 @@ import com.todoroo.astrid.utility.AstridPreferences;
public final class UpgradeService {
public static final int V4_0_3_1 = 256;
public static final int V4_0_4 = 256;
public static final int V4_0_3 = 255;
public static final int V4_0_2_1 = 254;
public static final int V4_0_2 = 253;
@ -180,8 +180,8 @@ public final class UpgradeService {
Preferences.clear(AstridPreferences.P_UPGRADE_FROM);
StringBuilder changeLog = new StringBuilder();
if (from >= V4_0_0 && from < V4_0_3_1) {
newVersionString(changeLog, "4.0.3.1 (3/7/12)", new String[] {
if (from >= V4_0_0 && from < V4_0_4) {
newVersionString(changeLog, "4.0.4 (3/7/12)", new String[] {
"Fixed crashes related to error reporting",
"Fixed a crash when creating a task from the widget",
"Fixed a bug where a manual sync wouldn't always start"

Loading…
Cancel
Save