diff --git a/.githooks/pre-push b/.githooks/pre-push
index 973aa11a..4c840e35 100755
--- a/.githooks/pre-push
+++ b/.githooks/pre-push
@@ -11,6 +11,9 @@ set -euo pipefail
ROOT="$(git rev-parse --show-toplevel)"
cd "$ROOT"
+# ship-companion.sh already (re)published the APK for this push — don't redo it.
+[ -n "${SHIP_COMPANION:-}" ] && exit 0
+
PUSH_MAIN=0; RANGE_OLD=""; RANGE_NEW=""
while read -r _local_ref local_sha remote_ref remote_sha; do
if [ "${remote_ref##*/}" = "main" ]; then
diff --git a/Android/app/src/main/res/drawable/ic_launcher_background.xml b/Android/app/src/main/res/drawable/ic_launcher_background.xml
index 539a3dc0..46594f87 100644
--- a/Android/app/src/main/res/drawable/ic_launcher_background.xml
+++ b/Android/app/src/main/res/drawable/ic_launcher_background.xml
@@ -1,10 +1,38 @@
+
+ android:viewportWidth="752"
+ android:viewportHeight="752">
+
+ android:pathData="M0,0h752v752H0z" />
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Android/app/src/main/res/drawable/ic_launcher_foreground.xml b/Android/app/src/main/res/drawable/ic_launcher_foreground.xml
index fcd986e4..95acf404 100644
--- a/Android/app/src/main/res/drawable/ic_launcher_foreground.xml
+++ b/Android/app/src/main/res/drawable/ic_launcher_foreground.xml
@@ -1,9 +1,7 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+ android:scaleX="0.96"
+ android:scaleY="0.96">