From b3fea663a0a67a1464759a6794f44ab7a0db3eae Mon Sep 17 00:00:00 2001 From: flauschtrud Date: Mon, 23 Dec 2024 14:35:43 +0100 Subject: [PATCH] Prepared prerelease 1.3.0 --- app/build.gradle | 4 ++-- whatsNewDirectory/whatsnew-de-DE | 2 +- whatsNewDirectory/whatsnew-en-US | 2 +- whatsNewDirectory/whatsnew-es-ES | 2 +- whatsNewDirectory/whatsnew-fr-FR | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 79d397bd..aca15347 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.flauschcode.broccoli" minSdkVersion 26 targetSdk 35 - versionCode 1021200 // versionMajor * 1000000 + versionMinor * 10000 + versionPatch * 100 + versionBuild - versionName "1.2.12" + versionCode 1030000 // versionMajor * 1000000 + versionMinor * 10000 + versionPatch * 100 + versionBuild + versionName "1.3.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArgument "notAnnotation", "androidx.test.filters.FlakyTest" } diff --git a/whatsNewDirectory/whatsnew-de-DE b/whatsNewDirectory/whatsnew-de-DE index da52de93..b52be2e7 100644 --- a/whatsNewDirectory/whatsnew-de-DE +++ b/whatsNewDirectory/whatsnew-de-DE @@ -1 +1 @@ -Broccoli wurde ins Russische übersetzt! \ No newline at end of file +Rezepte haben jetzt Notizen, können mit ihren Nährwertangaben importiert werden und lassen sich duplizieren! Außerdem gibt es einen brandneuen Saisonkalender für Japan! \ No newline at end of file diff --git a/whatsNewDirectory/whatsnew-en-US b/whatsNewDirectory/whatsnew-en-US index cb542c2f..c8179a9a 100644 --- a/whatsNewDirectory/whatsnew-en-US +++ b/whatsNewDirectory/whatsnew-en-US @@ -1 +1 @@ -Broccoli has been translated to Russian! \ No newline at end of file +Recipes now have an notes, can be imported with their nutritional information and can be duplicated! There also is a brand new seasonal calendar for Japan! \ No newline at end of file diff --git a/whatsNewDirectory/whatsnew-es-ES b/whatsNewDirectory/whatsnew-es-ES index 4df778ca..b05dcd33 100644 --- a/whatsNewDirectory/whatsnew-es-ES +++ b/whatsNewDirectory/whatsnew-es-ES @@ -1 +1 @@ -¡Broccoli se ha traducido al ruso! \ No newline at end of file +Ahora las recetas tienen notas, se pueden importar con su información nutricional y se pueden duplicar. También hay un nuevo calendario estacional para Japón. \ No newline at end of file diff --git a/whatsNewDirectory/whatsnew-fr-FR b/whatsNewDirectory/whatsnew-fr-FR index 01624a98..ccb05baf 100644 --- a/whatsNewDirectory/whatsnew-fr-FR +++ b/whatsNewDirectory/whatsnew-fr-FR @@ -1 +1 @@ -Broccoli a été traduit en russe ! \ No newline at end of file +Les recettes ont maintenant des notes, peuvent être importées avec leurs informations nutritionnelles et peuvent être dupliquées ! Il y a également un tout nouveau calendrier saisonnier pour le Japon ! \ No newline at end of file