-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> | ||
<string name="app_version" translatable="false">0.24.04</string> | ||
<string name="app_version" translatable="false">0.25.01</string> | ||
<string name="database_version_label" translatable="false">Database version: </string> | ||
<string name="author_label">Author: </string> | ||
<string name="author" translatable="false">Michał Urbanek</string> | ||
|
@@ -10,9 +10,12 @@ | |
<string name="email_url" translatable="false">[email protected]</string> | ||
<string name="revision_history_label" translatable="false">Revision History: </string> | ||
<string name="revision_history" translatable="false">\n | ||
v0.24.01: January 14, 2025\n | ||
\t- Now possible to see exercise in Video | ||
\t- Hindi language added | ||
\t- Picture of exercises currently not showed(like in previous version) | ||
\t- Some translations updated | ||
|
||
v0.23.04: October 14, 2020\n | ||
\t- New buttons colors | ||
</string> | ||
<string name="thanks_label" translatable="false">Libraries used in this app: </string> | ||
<string name="youtubeplayer_compose" translatable="false">youtubeplayer-compose (Apache 2.0)</string> | ||
|