Skip to content

Commit

Permalink
Release version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Emrich committed Aug 9, 2017
1 parent ff719a0 commit 97a590c
Show file tree
Hide file tree
Showing 3 changed files with 26 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 18
versionName "1.7.0"
versionCode 19
versionName "1.7.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
22 changes: 22 additions & 0 deletions app/src/main/assets/paperboy/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
[
{
"name": "1.7.1",
"items": [
{
"type": "B",
"title": "Absturz für ältere Android-Versionen behoben."
},
{
"type": "B",
"title": "Verhindert, dass Mediathek-Sendungen auf Android 7 nicht geladen werden können."
}
]
},
{
"name": "1.7.0",
"items": [
{
"type": "F",
"title": "Untertitel für Mediathek-Videos."
}
]
},
{
"name": "1.6.0",
"items": [
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/play/de-DE/whatsnew
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Untertitel für Mediathek-Videos
* Absturz für ältere Android-Versionen behoben.
* Verhindert, dass Mediathek-Sendungen auf Android 7 nicht geladen werden können.

0 comments on commit 97a590c

Please sign in to comment.