Skip to content

Commit

Permalink
Release version 8.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Apr 21, 2024
1 parent b29c970 commit 737e17a
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 3 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 71
versionName "8.5.1"
versionCode 72
versionName "8.5.2"
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.2
* Removed duplicate entries when scrolling the mediathek list

# 8.5.1
* Dynamic colors were not applied on some devices

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.2
* Duplikate beim Scrollen in der Mediathek-Liste entfernt

# 8.5.1
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de/changelogs/72.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Duplikate beim Scrollen in der Mediathek-Liste entfernt
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/70.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Added settings to Android TV version
* Fixed cut off text in skip forward button
* Removed channels "Deutsche Welle" and "Deutsche Welle +", because their German version went off air
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/71.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Dynamic colors were not applied on some devices
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/72.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Removed duplicate entries when scrolling the mediathek list
1 change: 1 addition & 0 deletions fastlane/metadata/android/en/changelogs/72.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Removed duplicate entries when scrolling the mediathek list

0 comments on commit 737e17a

Please sign in to comment.