Skip to content

Commit

Permalink
bump build
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Feb 20, 2024
1 parent 3d3e0a0 commit 016b2c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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="501"
android:versionCode="502"
android:versionName="1.6.9">

<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 @@ -1958,8 +1958,8 @@ class MainActivity : AppCompatActivity(R.layout.activity_main),
}

companion object {
private const val CURRENT_DATA_VERSION = "71"
// 71: 1.6.8 Dev, Localization update, data update (commit 8241b5d3891df24e398ce329f7cf09a252370546)
private const val CURRENT_DATA_VERSION = "72"
// 72: 1.6.8 Dev, Localization update, data update (commit 8241b5d3891df24e398ce329f7cf09a252370546)
// 69: 1.6.6, Data update (commit 27d9de37632a384f0d6395aecbdd0c39f38e847f)
// 67: 1.6.4, Localization update, data update (commit 06887c4ddf0c953cc493eb834cf253b1ba6d790b)
// 63: 1.6.3, Localization update, data update (commit 321e0da37081a7e615f0698d534056f75b638f96)
Expand Down

0 comments on commit 016b2c4

Please sign in to comment.