diff options
author | Janak Amarasena <janakamarasena@gmail.com> | 2018-06-05 23:14:40 +0530 |
---|---|---|
committer | Janak Amarasena <janakamarasena@gmail.com> | 2018-06-23 09:33:02 +0530 |
commit | 61ce9e028473aa8ef4fa014c1b53eabee4d90b20 (patch) | |
tree | ea4ea91bb62f5cde9a6057d5d888fdd6dca4e880 /app/src | |
parent | 55c3972e9ac0796a801c64788eb364cbd0c9cf02 (diff) |
Added donation reminder configurations to custom flavor
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/custom/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/custom/res/values/strings.xml b/app/src/custom/res/values/strings.xml new file mode 100644 index 00000000..b923b42b --- /dev/null +++ b/app/src/custom/res/values/strings.xml @@ -0,0 +1,4 @@ +<?xml version='1.0' encoding='UTF-8'?> +<resources> + <string name="donate_message">Please donate today if you value secure communication that is easy for both the end-user and the service provider.</string> +</resources> |