Skip to content

Commit

Permalink
Bump build
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Jun 20, 2023
1 parent 60dfd7b commit 6f04a94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
android:versionCode="383"
android:versionCode="384"
android:versionName="1.5.23">

<uses-feature android:name="android.hardware.type.pc" android:required="false" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,8 @@ class MainActivity : AppCompatActivity(R.layout.activity_main),
}

companion object {
private const val CURRENT_DATA_VERSION = "44"
private const val CURRENT_DATA_VERSION = "45"
// 45: 1.5.23 Dev
// 44: 1.5.20 Localization update
// 42: 1.5.17 Localization update, data update (commit d9580cd639ba583fec206b008646c2cc65782839)
// 40: 1.5.17 Localization update, shader update, data update (commit bc8208e4474aee9a1096c6479a1e7f298aa98d02)
Expand Down

0 comments on commit 6f04a94

Please sign in to comment.