Skip to content

Commit

Permalink
Release version 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Jul 21, 2023
1 parent 7b633dd commit 7397c94
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 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 66
versionName "8.3.0"
versionCode 67
versionName "8.3.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations += ['de', 'en']
}
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 8.3.1
* Absturz bei geänderter Sender-Anordnung gefixt

# 8.3.0
* Einstellungen im Material-Design (danke an Bnyro)
* Schlummerfunktion (danke an Bnyro)
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de/changelogs/67.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Absturz bei geänderter Sender-Anordnung gefixt
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/67.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fixed crash caused by changed channel order

0 comments on commit 7397c94

Please sign in to comment.