Skip to content

Commit

Permalink
Release version 8.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Jul 27, 2023
1 parent 2e8a064 commit 36919ba
Show file tree
Hide file tree
Showing 4 changed files with 7 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 @@ -13,8 +13,8 @@ android {
applicationId "de.christinecoenen.code.zapp"
minSdkVersion 26
targetSdkVersion 33
versionCode 67
versionName "8.3.1"
versionCode 68
versionName "8.3.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations += ['de', 'en']
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v-next
# 8.3.2
* Behoben, dass Download-Benachrichtigungen nicht die Sendung öffnen
* Behoben, dass nach einer Bildschirmdrehung der falsche Tab zu sehen ist

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de/changelogs/68.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Behoben, dass Download-Benachrichtigungen nicht die Sendung öffnen
* Behoben, dass nach einer Bildschirmdrehung der falsche Tab zu sehen ist
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/68.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Fixed download notifications not opening the show
* Fixed wrong tab displayed after device rotation

0 comments on commit 36919ba

Please sign in to comment.