Bumped version

git-svn-id: https://forja.rediris.es/svn/cusl6-swadroid/trunk@216 5bc14d19-1e4b-4ba2-aa50-860af135f48c
This commit is contained in:
Juan Miguel Boyero Corral 2011-11-22 22:29:38 +00:00
parent e347a0309e
commit 53b8bd52fa

View File

@ -327,7 +327,7 @@ public class SWADMain extends ExpandableListActivity {
//If this is an upgrade, show upgrade dialog //If this is an upgrade, show upgrade dialog
} else if(lastVersion < currentVersion) { } else if(lastVersion < currentVersion) {
showUpgradeDialog(); //showUpgradeDialog();
dbHelper.upgradeDB(this); dbHelper.upgradeDB(this);
prefs.setLastVersion(currentVersion); prefs.setLastVersion(currentVersion);
} }