Skip to content

Commit

Permalink
Update database
Browse files Browse the repository at this point in the history
  • Loading branch information
AEFeinstein committed May 8, 2020
1 parent bd86140 commit cfde6fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
public class CardDbAdapter {

/* Database version. Must be incremented whenever datagz is updated */
public static final int DATABASE_VERSION = 110;
public static final int DATABASE_VERSION = 111;

/* Database Tables */
public static final String DATABASE_TABLE_CARDS = "cards";
Expand Down
Binary file modified mobile/src/main/res/raw/datagz
Binary file not shown.

0 comments on commit cfde6fd

Please sign in to comment.