Skip to content

Commit

Permalink
Release version 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Feb 8, 2022
1 parent 6a776a8 commit 13a16f7
Show file tree
Hide file tree
Showing 4 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 {
applicationId "de.christinecoenen.code.zapp"
minSdkVersion 23
targetSdkVersion 31
versionCode 54
versionName "6.0.1"
versionCode 55
versionName "6.0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

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
# 6.0.2
* Video-Player-Interface verschwindet schneller automatisch
* Abspielfehler bei manchen Mediathek-Sendungen behoben
* Deaktivierter Download-Button bei manchen Mediathek-Sendungen behoben
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/de/changelogs/55.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Video-Player-Interface verschwindet schneller automatisch
* Abspielfehler bei manchen Mediathek-Sendungen behoben
* Deaktivierter Download-Button bei manchen Mediathek-Sendungen behoben
* App-Absturz in der Mediathek-Liste behoben
* Hintergrund-Wiedergabe wird nicht mehr nach kurzer Zeit vom System abgebrochen
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/55.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Video player interface is hidden automatically faster
* Fixed playback errors for some mediathek shows
* Fixed deactivated download button for some mediathek shows
* Fixed app crash in mediathek list
* Fixed background playback not killed by the system after a few minutes

0 comments on commit 13a16f7

Please sign in to comment.