Skip to content

Commit

Permalink
Release version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Emrich committed Jan 26, 2019
1 parent 608835d commit 3aeb6e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "de.christinecoenen.code.zapp"
minSdkVersion 21
targetSdkVersion 28
versionCode 30
versionName "2.1.0"
versionCode 31
versionName "2.1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
compileOptions {
Expand Down
8 changes: 1 addition & 7 deletions app/src/main/play/de-DE/whatsnew
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
* Hintergrund-Playback von Streaming-Videos.
* Changelog im Markdown-Format.
* Verbesserte Icon-Darstellung auf Samsung-Geräten.
* Zapp beendet sich sauber, wenn es im Taskmanager beendet wird.
* Downloadmöglichkeit ausgeblendet, wenn das Video nur als Stream zur Verfügung steht.
* Dem Gerät erlaubt, in den Ruhezustand zu gehen, sobald der Player nicht mehr läuft.
* Abstürze beim Teilen von Videos und Streams behoben.
* Diverse Abstürze behoben
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 @@
## 2.1.1
* Diverse Abstürze behoben

## 2.1.0
* Hintergrund-Playback von Streaming-Videos.
* Changelog im Markdown-Format.
Expand Down

0 comments on commit 3aeb6e0

Please sign in to comment.