Skip to content

Commit

Permalink
Release version 9.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Sep 25, 2024
1 parent 6e87ab4 commit dc3511e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 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 {
compileSdk 35
minSdkVersion 26
targetSdkVersion 35
versionCode 74
versionName "8.5.4"
versionCode 75
versionName "9.0.0-beta1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations += ['de', 'en']
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/raw-en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v-next
# 9.0.0-beta1
* Fixed bug where download buttons were shows when no download available
* Prepared Zapp for Android 15
* New seach functionality
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
# 9.0.0-beta1
* Fehler behoben, bei dem Download-Buttons bei Sendungen ohne Downloads angezeigt wurden
* Zapp für Android 15 vorbereitet
* Neue Suchfunktion
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de/changelogs/75.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fehler behoben, bei dem Download-Buttons bei Sendungen ohne Downloads angezeigt wurden
* Zapp für Android 15 vorbereitet
* Neue Suchfunktion
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/75.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fixed bug where download buttons were shows when no download available
* Prepared Zapp for Android 15
* New seach functionality
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en/changelogs/75.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fixed bug where download buttons were shows when no download available
* Prepared Zapp for Android 15
* New seach functionality

0 comments on commit dc3511e

Please sign in to comment.