Skip to content

Commit

Permalink
Release version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Emrich committed May 17, 2019
1 parent f75a00a commit 6186e84
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@ -8,8 +8,8 @@ android {
applicationId "de.christinecoenen.code.zapp"
minSdkVersion 21
targetSdkVersion 28
versionCode 31
versionName "2.1.1"
versionCode 32
versionName "2.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
compileOptions {
Expand Down
7 changes: 6 additions & 1 deletion app/src/main/play/de-DE/whatsnew
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
* Diverse Abstürze behoben
* Lautstärke- und Helligkeitsregler getauscht.
* Streams von ARD repariert (danke an protvis74).
* Background-Playback auf Android P repariert.
* Navigation-Bar überlappt keine UI-Elemente mehr.
* Pinch-to-Zoom auf nicht 16:9-Geräten eingebaut.
* Absturz bei Klick auf die Notification behoben.
7 changes: 6 additions & 1 deletion app/src/main/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Next release
## 2.2.0
* Lautstärke- und Helligkeitsregler getauscht.
* Streams von ARD repariert (danke an protvis74).
* Background-Playback auf Android P repariert.
* Navigation-Bar überlappt keine UI-Elemente mehr.
* Pinch-to-Zoom auf nicht 16:9-Geräten eingebaut.
* Absturz bei Klick auf die Notification behoben.

## 2.1.1
* Diverse Abstürze behoben
Expand Down

0 comments on commit 6186e84

Please sign in to comment.