Skip to content

Commit

Permalink
chore: update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Chesire committed Jan 7, 2024
1 parent d874e78 commit 4132ea4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "com.chesire.nekome"
minSdk = 21
targetSdk = libs.versions.sdk.get().toInt()
versionCode = 23101020 // Date of build formatted as 'yyMMddHH'
versionName = "2.1.1"
versionCode = 24010710 // Date of build formatted as 'yyMMddHH'
versionName = "2.2.0"
testInstrumentationRunner = "com.chesire.nekome.TestRunner"
resourceConfigurations += listOf("en", "ja")
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/24010710.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Add monochrome icon
* Move search from bottom navigation to the series list as a FAB
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/24010710.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Add monochrome icon
* Move search from bottom navigation to the series list as a FAB

0 comments on commit 4132ea4

Please sign in to comment.