Skip to content

Commit

Permalink
Update version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Nov 15, 2023
1 parent 970cc2d commit bf05ec6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId "org.billthefarmer.tuner"
minSdkVersion 21
targetSdkVersion 28
versionName "1.54"
versionCode 154
versionName "1.55"
versionCode 155

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/155.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Add digit to reference dialog
* Add simplified Chinese translation
2 changes: 1 addition & 1 deletion src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<string name="pref_filter">自动过滤</string>
<string name="pref_filter_summ">过滤输入音频</string>
<string name="pref_solfa">唱名法</string>
<string name="pref_solfa_summ">使用唱名法(DeReMi)</string>
<string name="pref_solfa_summ">使用唱名法(DoReMi)</string>
<string name="pref_bach">Bach</string>
<string name="pref_bach_summ">使用Bach</string>
<string name="pref_down">向下采样</string>
Expand Down

0 comments on commit bf05ec6

Please sign in to comment.