Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Drumber committed Nov 18, 2024
1 parent 45fd472 commit 79a5179
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -21,8 +21,8 @@ android {
applicationId = "io.github.drumber.kitsune"
minSdk = 26
targetSdk = 35
versionCode = 36
versionName = "2.0.3"
versionCode = 37
versionName = "2.0.4"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/37.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Fixed a potential crash when navigating back to the search screen
* Fixed english title is not displayed if only 'en_us' title is available
* Fixed text overflow for overlay text on media posters
* Added Italian translations by NicolaBortoletto
* Updated Spanish translations by gallegonovato and @Kiimby
* Updated Vietnamese translations by @ngocanhtve

0 comments on commit 79a5179

Please sign in to comment.