This commit is contained in:
staccatomamba
2016-11-14 14:21:42 +01:00
parent 067fd0a9bc
commit ffbe91a823
8 changed files with 97 additions and 92 deletions

View File

@@ -38,7 +38,7 @@ public class DatabaseHandler extends SQLiteOpenHelper {
private static final String LOGTAG = "DATABASE_HANDLER";
//DataBase version
private static final int DATABASE_VERSION = 9;
private static final int DATABASE_VERSION = 10;
//Database name
private static final String DATABASE_NAME = "Contacts_Manager";