Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Jul 9, 2024
1 parent 1068f4b commit 91abb79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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="530"
android:versionCode="531"
android:versionName="1.7.2">

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

companion object {
private const val CURRENT_DATA_VERSION = "79"
// 79: 1.7.2 Dev, Localization update data update (commit e5bd02a55ce7e27ada7759c75428d57f64c8f47e)
private const val CURRENT_DATA_VERSION = "80"
// 80: 1.7.2 Dev, Localization update data update (commit 5fdfe4e2fdda392920bd24d8d89d08f81b6f99df)
// 76: 1.7.1, Localization update data update (commit 4910ab33dad753673e1983a0493ef9230450391c)
// 75: 1.7.0, Localization update data update (commit 6b9417781a6beb0ded8a1116c60c93c478830a2e)
// 72: 1.6.8, Localization update, data update (commit 8241b5d3891df24e398ce329f7cf09a252370546)
Expand Down
2 changes: 1 addition & 1 deletion jobs/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
appCenterSecret: ${{ parameters.appCenterSecret }}
appCenterToken: ${{ parameters.appCenterToken }}
appCenterProject: ${{ parameters.appCenterProject }}
contentCommitHash: ${{ 'e5bd02a55ce7e27ada7759c75428d57f64c8f47e' }}
contentCommitHash: ${{ '5fdfe4e2fdda392920bd24d8d89d08f81b6f99df' }}

steps:
- checkout: Celestia
Expand Down

0 comments on commit 91abb79

Please sign in to comment.