Skip to content

Commit

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

companion object {
private const val CURRENT_DATA_VERSION = "18"
private const val CURRENT_DATA_VERSION = "19"
// 19: 1.2.2 Shader updates
// 18: 1.2.1 ru.po/bg.po updates
// 17: 1.2 Beta, shader updates
// 16: 1.1 Migrate from filesDir to noBackupFilesDir
Expand Down

0 comments on commit 3a8efdb

Please sign in to comment.