Skip to content

Commit

Permalink
Merge pull request #36 from ItamiOMW/deployment
Browse files Browse the repository at this point in the history
1) Release 0.1.2
  • Loading branch information
ItamiOMW authored Jul 3, 2024
2 parents 9d865c0 + a2568bc commit 3af5a20
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Binary file modified app/release/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Calorie Tracker</string>
<string name="current_app_version">Version: 0.1.1</string>
<string name="current_app_version">Version: 0.1.2</string>

<string name="diary">Tagebuch</string>
<string name="recipes">Rezepte</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
em = exclamation mark
-->
<string name="app_name">Calorie Tracker</string>
<string name="current_app_version">Version: 0.1.1</string>
<string name="current_app_version">Version: 0.1.2</string>

<string name="diary">Diary</string>
<string name="recipes">Recipes</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Calorie Tracker</string>
<string name="current_app_version">Versión: 0.1.1</string>
<string name="current_app_version">Versión: 0.1.2</string>

<string name="diary">Diario</string>
<string name="recipes">Recetas</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Calorie Tracker</string>
<string name="current_app_version">Version : 0.1.1</string>
<string name="current_app_version">Version : 0.1.2</string>

<string name="diary">Journal</string>
<string name="recipes">Recettes</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Calorie Tracker</string>
<string name="current_app_version">Версия: 0.1.1</string>
<string name="current_app_version">Версия: 0.1.2</string>

<string name="diary">Дневник</string>
<string name="recipes">Рецепты</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
em = exclamation mark
-->
<string name="app_name">Calorie Tracker</string>
<string name="current_app_version">Version: 0.1.1</string>
<string name="current_app_version">Version: 0.1.2</string>

<string name="diary">Diary</string>
<string name="recipes">Recipes</string>
Expand Down

0 comments on commit 3af5a20

Please sign in to comment.