diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-06-15 21:49:03 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-06-15 21:49:03 -0500 |
commit | 2c73703d7d59bdd9a3e4b10c41e5099b8f92db1c (patch) | |
tree | d43a6d3fde9af33d1a00b8ca436cd79f4d53e6cd /android/app/src/main/res | |
parent | 07b92a2180ca6600f09e03a85c8ca7a06d24cbfc (diff) | |
download | voidsky-2c73703d7d59bdd9a3e4b10c41e5099b8f92db1c.tar.zst |
Rename bundle-id to xyz.blueskyweb.pubsq in android
Diffstat (limited to 'android/app/src/main/res')
-rw-r--r-- | android/app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index b02be6da8..d85b3b5f7 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -1,3 +1,3 @@ <resources> - <string name="app_name">app</string> + <string name="app_name">pubsq</string> </resources> |