Skip to content

Commit

Permalink
Add new database
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamegami committed Feb 22, 2015
1 parent ce500e3 commit f350e2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/local.properties
/.idea/workspace.xml
/.idea/libraries
/Assets
.DS_Store
/build
*.iml
Expand Down
Binary file modified app/src/main/assets/databases/mh4u.db
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class MonsterHunterDatabaseHelper extends SQLiteAssetHelper {
private static final int VERSION = 16; // EDIT*/

private static final String DATABASE_NAME = "mh4u.db";
private static final int DATABASE_VERSION = 2;
private static final int DATABASE_VERSION = 3;

private final Context myContext;
private SQLiteDatabase myDataBase;
Expand Down

0 comments on commit f350e2a

Please sign in to comment.