Bumped version

This commit is contained in:
Juan Miguel Boyero Corral 2011-11-06 10:24:22 +01:00
parent 0fb2e057d8
commit c92d4c341e

View File

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