Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Drumber committed Apr 29, 2024
1 parent 1993943 commit 938676e
Show file tree
Hide file tree
Showing 3 changed files with 26 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 27
versionName "1.10.4-1"
versionCode 28
versionName "1.10.4-2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
New changes:
* Disabled update checker by default
* 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
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
New changes:
* Disabled update checker by default
* 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 938676e

Please sign in to comment.