Skip to content

Commit

Permalink
Release version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Emrich committed Oct 18, 2017
1 parent 6a69a8b commit 13c1c91
Show file tree
Hide file tree
Showing 4 changed files with 27 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 @@ -8,8 +8,8 @@ android {
applicationId "de.christinecoenen.code.zapp"
minSdkVersion 19
targetSdkVersion 26
versionCode 20
versionName "1.7.2"
versionCode 21
versionName "1.8.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
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.8.0",
"items": [
{
"type": "B",
"title": "WDR-Stream repariert (danke an Medusalix)."
},
{
"type": "F",
"title": "Download von Sendungen möglich."
},
{
"type": "I",
"title": "Rechtschreibfehler korrigiert (danke an kiandru und bagbag)."
},
{
"type": "I",
"title": "ZDFneo-Logo aktualisiert (danke an bvdaakster)."
}
]
},
{
"name": "1.7.2",
"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.
5 changes: 4 additions & 1 deletion app/src/main/play/de-DE/whatsnew
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
* Möglichen Absturz bei Ladeproblemen behoben.
* WDR-Stream repariert (danke an Medusalix)
* Download von Sendungen möglich
* Rechtschreibfehler korrigiert (danke an kiandru und bagbag)
* ZDFneo-Logo aktualisiert (danke an bvdaakster)

0 comments on commit 13c1c91

Please sign in to comment.