From 3a68248c1c5f114ef418c7b3a892a3464944e0dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marlon=20L=C3=B3pez?= Date: Sun, 21 Jun 2026 11:16:29 -0500 Subject: [PATCH] Update AndroidManifest.xml with tools namespace Added tools namespace and target API for compatibility. --- apps/wearos/src/main/AndroidManifest.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/wearos/src/main/AndroidManifest.xml b/apps/wearos/src/main/AndroidManifest.xml index 8a744b96..2ee62cbe 100644 --- a/apps/wearos/src/main/AndroidManifest.xml +++ b/apps/wearos/src/main/AndroidManifest.xml @@ -4,7 +4,8 @@ Copyright 2024 Marlonlom SPDX-License-Identifier: Apache-2.0 --> - + @@ -12,10 +13,12 @@ + android:theme="@style/Theme.App.Starting" + tools:targetApi="33">