Skip to content

Commit

Permalink
Release version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Emrich committed Nov 29, 2017
1 parent 1745425 commit d46c119
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 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 19
targetSdkVersion 26
versionCode 23
versionName "1.9.0"
versionCode 24
versionName "1.9.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
compileOptions {
Expand Down
11 changes: 10 additions & 1 deletion app/src/main/assets/paperboy/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"name": "1.9.1",
"items": [
{
"type": "B",
"title": "SSL-Fehler beim Laden der Mediathek behoben (danke an axel-rank)."
}
]
},
{
"name": "1.9.0",
"items": [
Expand Down Expand Up @@ -86,7 +95,7 @@
]
},
{
"name": "1.6.0",
"name": "1.6.0",
"items": [
{
"type": "F",
Expand Down
5 changes: 1 addition & 4 deletions app/src/main/play/de-DE/whatsnew
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
* Streams von ARD One, MDR und NDR repariert.
* Absturz verhindert, wenn man auf die Download-Notification klickt.
* Adaptives App-Icon erstellt.
* Über-Sektion der App überarbeitet und verwendete Bibliotheken angezeigt.
* SSL-Fehler beim Laden der Mediathek behoben (danke an axel-rank).

0 comments on commit d46c119

Please sign in to comment.