Skip to content

Commit

Permalink
Prepared prerelease 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flauschtrud committed Dec 23, 2024
1 parent b71d971 commit b3fea66
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion whatsNewDirectory/whatsnew-de-DE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Broccoli wurde ins Russische übersetzt!
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!
2 changes: 1 addition & 1 deletion whatsNewDirectory/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Broccoli has been translated to Russian!
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!
2 changes: 1 addition & 1 deletion whatsNewDirectory/whatsnew-es-ES
Original file line number Diff line number Diff line change
@@ -1 +1 @@
¡Broccoli se ha traducido al ruso!
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.
2 changes: 1 addition & 1 deletion whatsNewDirectory/whatsnew-fr-FR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Broccoli a été traduit en russe !
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 !

0 comments on commit b3fea66

Please sign in to comment.