Skip to content

Commit

Permalink
Update internal database
Browse files Browse the repository at this point in the history
  • Loading branch information
AEFeinstein committed Jul 6, 2022
1 parent dafebc4 commit d844895
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 = 129;
public static final int DATABASE_VERSION = 130;

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

Please sign in to comment.