Skip to content

Commit

Permalink
Release v1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Drumber committed Apr 27, 2024
1 parent c4571e8 commit 248e215
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@ -18,8 +18,8 @@ android {
applicationId "io.github.drumber.kitsune"
minSdk 26
targetSdk 34
versionCode 25
versionName "1.10.3"
versionCode 26
versionName "1.10.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/26.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
New changes:
* Fixed visible list refreshing when navigating back to the library
* Updated dependencies

Changes from v1.10.3:
* Added character details bottom sheet
* Added external site links to anime and manga details
* Added heart animation when favoriting a character or anime/manga
* Minor improvements and other changes
* Exclude access token preference from auto backups
* Updated dependencies

0 comments on commit 248e215

Please sign in to comment.