Skip to content

Commit

Permalink
Raise version to 8.5.1 (71)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Apr 4, 2024
1 parent 3ba83dc commit a8d6f1c
Show file tree
Hide file tree
Showing 3 changed files with 4 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 {
compileSdk 34
minSdkVersion 26
targetSdkVersion 34
versionCode 70
versionName "8.5.0"
versionCode 71
versionName "8.5.1"
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.5.1
* Dynamische Farben wurden auf manchen Geräten nicht übernommen

# 8.5.0
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de/changelogs/71.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Dynamische Farben wurden auf manchen Geräten nicht übernommen

0 comments on commit a8d6f1c

Please sign in to comment.