Skip to content

Commit

Permalink
Update database
Browse files Browse the repository at this point in the history
  • Loading branch information
AEFeinstein committed Dec 31, 2021
1 parent edf572a commit ff1ede8
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 @@ -55,7 +55,7 @@
public class CardDbAdapter {

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

/* 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 ff1ede8

Please sign in to comment.