Skip to content

Commit

Permalink
Release version 8.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Sep 17, 2024
1 parent f324c4b commit 7a3cadf
Show file tree
Hide file tree
Showing 6 changed files with 11 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 @@ -13,8 +13,8 @@ android {
compileSdk 34
minSdkVersion 26
targetSdkVersion 34
versionCode 73
versionName "8.5.3"
versionCode 74
versionName "8.5.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations += ['de', 'en']
}
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/raw-en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 8.5.4
* Updated support and crash report email address

# 8.5.3
* Fixed html entities visible in program information titles
* Fixed removing a bookmark is sometimes not possible
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 8.5.4
* Mail-Adresse für Support-Anfragen und Crash-Reports aktualisiert

# 8.5.3
* Sichtbare HTML-Entities in Programm-Information repariert
* Repariert, dass Lesezeichen manchmal nicht entfernt werden können
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de/changelogs/74.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Mail-Adresse für Support-Anfragen und Crash-Reports aktualisiert
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/74.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Updated support and crash report email address
1 change: 1 addition & 0 deletions fastlane/metadata/android/en/changelogs/74.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Updated support and crash report email address

0 comments on commit 7a3cadf

Please sign in to comment.