Skip to content

Commit

Permalink
Release version 8.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Sep 11, 2024
1 parent acd2fd2 commit 24cbe53
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 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 72
versionName "8.5.2"
versionCode 73
versionName "8.5.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations += ['de', 'en']
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/raw-en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v-next
# 8.5.3
* Fixed html entities visible in program information titles
* Fixed removing a bookmark is sometimes not possible

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v-next
# 8.5.3
* Sichtbare HTML-Entities in Programm-Information repariert
* Repariert, dass Lesezeichen manchmal nicht entfernt werden können

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de/changelogs/73.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Sichtbare HTML-Entities in Programm-Information repariert
* Repariert, dass Lesezeichen manchmal nicht entfernt werden können
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/73.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Fixed html entities visible in program information titles
* Fixed removing a bookmark is sometimes not possible
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en/changelogs/73.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Fixed html entities visible in program information titles
* Fixed removing a bookmark is sometimes not possible

0 comments on commit 24cbe53

Please sign in to comment.