Skip to content

Commit

Permalink
Update data version
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Apr 27, 2021
1 parent 4b50a00 commit c90e1d4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,8 @@ class MainActivity : AppCompatActivity(R.layout.activity_main),
}

companion object {
private const val CURRENT_DATA_VERSION = "21"
private const val CURRENT_DATA_VERSION = "22"
// 22: 1.3.0 Localization update
// 21: 1.2.10 Update content to commit 2a80a7695f1dea73de20d3411bfdf8eff94155e5
// 20: 1.2.7 Privacy Policy and Service Agreement
// 19: 1.2.2 Shader updates
Expand Down

0 comments on commit c90e1d4

Please sign in to comment.