Skip to content

Commit

Permalink
Release version 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Emrich committed Mar 14, 2018
1 parent 979a729 commit f3d35e2
Show file tree
Hide file tree
Showing 3 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 27
versionCode 24
versionName "1.9.1"
versionCode 25
versionName "1.10.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.10.0",
"items": [
{
"type": "F",
"title": "Einstellung zur Beschränkung auf W-Lan-Wiedergabe hinzugefügt."
},
{
"type": "B",
"title": "Bug beim Herunterladen von Videos behoben (danke an michaelof)."
},
{
"type": "F",
"title": "Teilen von Videos über ein Long-Press-Menü."
},
{
"type": "I",
"title": "Bibliotheken und Android-Version aktualisiert."
}
]
},
{
"name": "1.9.1",
"items": [
Expand Down
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 @@
* SSL-Fehler beim Laden der Mediathek behoben (danke an axel-rank).
* Einstellung zur Beschränkung auf W-Lan-Wiedergabe hinzugefügt.
* Bug beim Herunterladen von Videos behoben (danke an michaelof).
* Teilen von Videos über ein Long-Press-Menü.
* Bibliotheken und Android-Version aktualisiert.

0 comments on commit f3d35e2

Please sign in to comment.