Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Mar 7, 2023
1 parent e600681 commit 04ece02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
android:versionCode="330"
android:versionName="1.5.17">
android:versionCode="338"
android:versionName="1.5.19">

<uses-feature android:glEsVersion="0x00020000" android:required="true" />
<uses-permission android:name="android.permission.INTERNET"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1979,9 +1979,10 @@ class MainActivity : AppCompatActivity(R.layout.activity_main),
}

companion object {
private const val CURRENT_DATA_VERSION = "40"
// 40: 1.5.17 (Dev)
// 36: 1.5.14 (Dev) Localization update, data update (commit bc8208e4474aee9a1096c6479a1e7f298aa98d02)
private const val CURRENT_DATA_VERSION = "42"
// 42: 1.5.17 Localization update, data update (commit d9580cd639ba583fec206b008646c2cc65782839)
// 40: 1.5.17 Localization update, shader update, data update (commit bc8208e4474aee9a1096c6479a1e7f298aa98d02)
// 36: 1.5.14 Localization update, data update (commit bc8208e4474aee9a1096c6479a1e7f298aa98d02)
// 35: 1.5.13 Localization update, data update (commit 2e8cc4a4086aa1b5225d426213c6d65f011ce5d4)
// 33: 1.5.11 Localization update, data update (commit 9b7df828cbd7205119d378fa864aabd8f3272456)
// 32: 1.5.7 Localization update, data update (commit 7f816ccd97eeaa5d3f1364a3f17cf378946b708e)
Expand Down

0 comments on commit 04ece02

Please sign in to comment.