diff --git a/astrid/AndroidManifest.xml b/astrid/AndroidManifest.xml index 66f4248fb..bf1993f67 100644 --- a/astrid/AndroidManifest.xml +++ b/astrid/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionName="4.0.5.1" + android:versionCode="261"> @@ -64,7 +64,8 @@ + android:minSdkVersion="7" + android:maxSdkVersion="7"/> = V4_0_5 && from < V4_0_5_1) { + newVersionString(changeLog, "4.0.5.1 (3/23/12)", new String[] { + "Fixed a bug that would prevent widgets from displaying on Android 2.1" + }); + } + if (from >= V4_0_0 && from < V4_0_5) { newVersionString(changeLog, "4.0.5 (3/22/12)", new String[] { "Better conflict resolution for Astrid.com sync",