We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470a466 commit 0fbf469Copy full SHA for 0fbf469
3 files changed
app/build.gradle
@@ -38,8 +38,8 @@ android {
38
applicationId "de.lukasneugebauer.nextcloudcookbook"
39
minSdk 25
40
targetSdk 36
41
- versionCode 61
42
- versionName "0.27.0"
+ versionCode 62
+ versionName "0.28.0"
43
44
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
45
vectorDrawables {
fastlane/metadata/android/de-DE/changelogs/62.txt
@@ -0,0 +1,3 @@
1
+- Vollbildansicht für Rezeptbilder hinzugefügt
2
+- Es wird kein Platzhalterbild auf dem Detailbildschirm angezeigt, wenn das Rezept kein Bild hat
3
+- Übersetzungen aktualisiert
fastlane/metadata/android/en-US/changelogs/62.txt
+- Add a full-screen image view for recipe images
+- Hide the image on the detail screen when the recipe has no image
+- Update translations
0 commit comments