Skip to content

Commit

Permalink
Prepared pre-release 1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
flauschtrud committed Jul 1, 2024
1 parent 261c220 commit e34e6a4
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 1021000 // versionMajor * 1000000 + versionMinor * 10000 + versionPatch * 100 + versionBuild
versionName "1.2.10"
versionCode 1021100 // versionMajor * 1000000 + versionMinor * 10000 + versionPatch * 100 + versionBuild
versionName "1.2.11"
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 @@
Ein neue Sprache wurde hinzugefügt und der Saisonkalender wurde erweitert!
Eine neue Sprache wurde hinzugefügt und ein paar kleine Fehler wurden behoben!
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 the seasonal calendar has been expanded!
A new language has been added and some small bugs have been fixed!
2 changes: 1 addition & 1 deletion whatsNewDirectory/whatsnew-es-ES
Original file line number Diff line number Diff line change
@@ -1 +1 @@
¡Se ha agregado un nuevo idioma y se ha ampliado el calendario estacional!
¡Se ha añadido un nuevo idioma y se han corregido algunos pequeños errores!
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 le calendrier saisonnier a été élargi !
Une nouvelle langue a été ajoutée et quelques petits erreurs ont été corrigés !

0 comments on commit e34e6a4

Please sign in to comment.