diff options
| author | Alberto Duarte (PWC) <alberto.duarte.delgado@pwc.com> | 2023-10-09 16:54:46 +0100 |
|---|---|---|
| committer | Alberto Duarte (PWC) <alberto.duarte.delgado@pwc.com> | 2023-10-09 16:54:46 +0100 |
| commit | 853548225c4e2541841e7602d7fff2ed122ab455 (patch) | |
| tree | fb003d8f5b1fd93b126906e966295424070bd632 /app/src/main/res/values/strings.xml | |
Initial commit
Diffstat (limited to 'app/src/main/res/values/strings.xml')
| -rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml new file mode 100644 index 0000000..ecda9dc --- /dev/null +++ b/app/src/main/res/values/strings.xml @@ -0,0 +1,3 @@ +<resources> + <string name="app_name">calculatorV2</string> +</resources>
\ No newline at end of file |