Skip to content

Commit

Permalink
Release version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Emrich committed May 21, 2019
1 parent c1e919f commit 6ae7bcf
Show file tree
Hide file tree
Showing 3 changed files with 8 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 21
targetSdkVersion 28
versionCode 33
versionName "2.2.1"
versionCode 34
versionName "2.2.2"
testInstrumentationRunner "androidx.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 @@
* Absturz beim Starten des Hintergrund-Playbacks behoben.
* Absturz beim Laden der verändereten Senderliste behoben.
* Einstellungsbildschirm aktualisiert.
4 changes: 4 additions & 0 deletions app/src/main/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.2
* Absturz beim Laden der verändereten Senderliste behoben.
* Einstellungsbildschirm aktualisiert.

## 2.2.1
* Absturz beim Starten des Hintergrund-Playbacks behoben.

Expand Down

0 comments on commit 6ae7bcf

Please sign in to comment.