Skip to content

Commit

Permalink
Release version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Emrich committed Nov 14, 2017
1 parent 0ce51f3 commit 653b73d
Show file tree
Hide file tree
Showing 9 changed files with 27 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 19
targetSdkVersion 26
versionCode 22
versionName "1.8.1"
versionCode 23
versionName "1.9.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
compileOptions {
Expand Down
21 changes: 21 additions & 0 deletions app/src/main/assets/paperboy/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
[
{
"name": "1.9.0",
"items": [
{
"type": "B",
"title": "Streams von ARD One, MDR und NDR repariert."
},
{
"type": "B",
"title": "Absturz verhindert, wenn man auf die Download-Notification klickt."
},
{
"type": "I",
"title": "Adaptives App-Icon erstellt."
},
{
"type": "I",
"title": "Über-Sektion der App überarbeitet und verwendete Bibliotheken angezeigt."
}
]
},
{
"name": "1.8.1",
"items": [
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified app/src/main/play/de-DE/listing/icon/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions app/src/main/play/de-DE/whatsnew
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
* KiKA-Stream repariert (danke an SubhrajyotiSen)
* Korrekte Fehlermeldung angezeigt, wenn das Laden der Mediathek auf älteren Android-Versionen fehl schlägt.
* 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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified app/src/main/play/en-US/listing/icon/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 653b73d

Please sign in to comment.