From 92e69335c4cd82bf096383f75da3c1a63137c9a5 Mon Sep 17 00:00:00 2001 From: Juan Miguel Boyero Corral Date: Thu, 14 Apr 2011 20:19:18 +0200 Subject: [PATCH] Bumped version --- HISTORY.md | 4 ++++ SWADroid/AndroidManifest.xml | 2 +- SWADroid/src/es/ugr/swad/swadroid/SWADMain.java | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 2d551ad6..0678e4b2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 0.3.7 (2011-04-14) + +* Fixed notifications bug in surname + ## 0.3.6 (2011-04-13) * Added notification details diff --git a/SWADroid/AndroidManifest.xml b/SWADroid/AndroidManifest.xml index 9da89e44..e891b04c 100644 --- a/SWADroid/AndroidManifest.xml +++ b/SWADroid/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:installLocation="auto" android:versionCode="13" android:versionName="0.3.7"> lastVersion) { + } else if(lastVersion < 11) { dbHelper.emptyTable(Global.DB_TABLE_NOTIFICATIONS); prefs.setLastVersion(currentVersion); showUpgradeDialog();