From 27de35ebd76368bfbd3389895e99842feb4284f9 Mon Sep 17 00:00:00 2001 From: flauschtrud Date: Sat, 31 Aug 2024 15:40:32 +0200 Subject: [PATCH] Prepared pre-release 1.2.12 --- 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 8c93fcbd..23eb773d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.flauschcode.broccoli" minSdkVersion 26 targetSdk 34 - versionCode 1021100 // versionMajor * 1000000 + versionMinor * 10000 + versionPatch * 100 + versionBuild - versionName "1.2.11" + versionCode 1021200 // versionMajor * 1000000 + versionMinor * 10000 + versionPatch * 100 + versionBuild + versionName "1.2.12" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArgument 'notAnnotation', 'androidx.test.filters.FlakyTest' javaCompileOptions { diff --git a/whatsNewDirectory/whatsnew-de-DE b/whatsNewDirectory/whatsnew-de-DE index 7df0bb24..da52de93 100644 --- a/whatsNewDirectory/whatsnew-de-DE +++ b/whatsNewDirectory/whatsnew-de-DE @@ -1 +1 @@ -Eine neue Sprache wurde hinzugefügt und ein paar kleine Fehler wurden behoben! \ No newline at end of file +Broccoli wurde ins Russische übersetzt! \ No newline at end of file diff --git a/whatsNewDirectory/whatsnew-en-US b/whatsNewDirectory/whatsnew-en-US index 008c856a..cb542c2f 100644 --- a/whatsNewDirectory/whatsnew-en-US +++ b/whatsNewDirectory/whatsnew-en-US @@ -1 +1 @@ -A new language has been added and some small bugs have been fixed! \ No newline at end of file +Broccoli has been translated to Russian! \ No newline at end of file diff --git a/whatsNewDirectory/whatsnew-es-ES b/whatsNewDirectory/whatsnew-es-ES index 02c1239e..4df778ca 100644 --- a/whatsNewDirectory/whatsnew-es-ES +++ b/whatsNewDirectory/whatsnew-es-ES @@ -1 +1 @@ -¡Se ha añadido un nuevo idioma y se han corregido algunos pequeños errores! \ No newline at end of file +¡Broccoli se ha traducido al ruso! \ No newline at end of file diff --git a/whatsNewDirectory/whatsnew-fr-FR b/whatsNewDirectory/whatsnew-fr-FR index f166d594..01624a98 100644 --- a/whatsNewDirectory/whatsnew-fr-FR +++ b/whatsNewDirectory/whatsnew-fr-FR @@ -1 +1 @@ -Une nouvelle langue a été ajoutée et quelques petits erreurs ont été corrigés ! \ No newline at end of file +Broccoli a été traduit en russe ! \ No newline at end of file