Skip to content

Commit

Permalink
Prepared pre-release 1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
flauschtrud committed Aug 31, 2024
1 parent 629fe48 commit 27de35e
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 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 {
Expand Down
2 changes: 1 addition & 1 deletion whatsNewDirectory/whatsnew-de-DE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Eine neue Sprache wurde hinzugefügt und ein paar kleine Fehler wurden behoben!
Broccoli wurde ins Russische übersetzt!
2 changes: 1 addition & 1 deletion whatsNewDirectory/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A new language has been added and some small bugs have been fixed!
Broccoli has been translated to Russian!
2 changes: 1 addition & 1 deletion whatsNewDirectory/whatsnew-es-ES
Original file line number Diff line number Diff line change
@@ -1 +1 @@
¡Se ha añadido un nuevo idioma y se han corregido algunos pequeños errores!
¡Broccoli se ha traducido al ruso!
2 changes: 1 addition & 1 deletion whatsNewDirectory/whatsnew-fr-FR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Une nouvelle langue a été ajoutée et quelques petits erreurs ont été corrigés !
Broccoli a été traduit en russe !

0 comments on commit 27de35e

Please sign in to comment.