Skip to content

Commit

Permalink
chore: update build version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chesire committed Jun 24, 2023
1 parent 8308f60 commit 63b463d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.chesire.nekome"
minSdk 21
targetSdk sdk_version
versionCode 23062323 // Date of build formatted as 'yyMMddHH'
versionName "2.0.3"
versionCode 23062419 // Date of build formatted as 'yyMMddHH'
versionName "2.0.4"
testInstrumentationRunner "com.chesire.nekome.TestRunner"
resConfigs 'en', 'ja'
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/23062419.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Add option to set the title display language
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/23062419.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Add option to set the title display language

0 comments on commit 63b463d

Please sign in to comment.