Skip to content

Commit

Permalink
update db version in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Helium314 committed Mar 3, 2024
1 parent 4d21d63 commit fd68a7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ private const val REQUEST_CODE_TREES_EXPORT = 5332
private const val REQUEST_CODE_CUSTOM_QUEST_IMPORT = 5333
private const val REQUEST_CODE_CUSTOM_QUEST_EXPORT = 5334

public const val LAST_KNOWN_DB_VERSION = 14L
const val LAST_KNOWN_DB_VERSION = 15L

private const val BACKUP_HIDDEN_OSM_QUESTS = "quests"
private const val BACKUP_HIDDEN_NOTES = "notes"
Expand Down

0 comments on commit fd68a7a

Please sign in to comment.