diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-04-10 00:04:04 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2022-05-19 00:25:31 +0200 |
commit | b37e99bb6b4bb6099fa898be6391c7a25805c5a5 (patch) | |
tree | a100e88b5d26d8057e23d1f09370616956bc3c9c /ui/src/debug | |
parent | c762bc3120c54467ab25665214a96f539b9f9139 (diff) |
m7n: local build modifications
Use custom application id: eu.m7n.wireguard.android
Set app names to (m7n.eu) WireGuard and (m7n.eu) WireGuard β
Limit ABIs to arm64-v8a and x86_64
Use NDK 21.3
Diffstat (limited to 'ui/src/debug')
-rw-r--r-- | ui/src/debug/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/debug/res/values/strings.xml b/ui/src/debug/res/values/strings.xml index 947b7381..af58a39d 100644 --- a/ui/src/debug/res/values/strings.xml +++ b/ui/src/debug/res/values/strings.xml @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="app_name" translatable="false">WireGuard β</string> + <string name="app_name" translatable="false">(m7n.eu) WireGuard β</string> </resources> |