Skip to content

Commit

Permalink
Release version 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Emrich committed Sep 28, 2018
1 parent 70ac5d6 commit 25b1cac
Show file tree
Hide file tree
Showing 3 changed files with 17 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 28
versionCode 27
versionName "1.11.1"
versionCode 28
versionName "1.11.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
compileOptions {
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 @@
* Streams von ARD repariert (danke an jw243).
* Wiedergabefehler in Android P behoben.
* Streams von DW+ repariert (danke an jw243).
13 changes: 13 additions & 0 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"name": "1.11.2",
"items": [
{
"type": "B",
"title": "Streams von DW+ repariert (danke an jw243)."
},
{
"type": "B",
"title": "Wiedergabefehler in Android P behoben."
}
]
},
{
"name": "1.11.1",
"items": [
Expand Down

0 comments on commit 25b1cac

Please sign in to comment.