From 673e0aeb9d50a60e6ddeb9cdca351f410410f46d Mon Sep 17 00:00:00 2001 From: Brummel Date: Thu, 23 Apr 2026 12:57:57 +0200 Subject: [PATCH] Add deviceManager.xml to project settings Adds the deviceManager.xml file, which configures device sorting within the IDE, to the `.idea` directory. This ensures consistent device management across different developer environments. --- watch/wearos/.idea/deviceManager.xml | 13 +++++++++++++ watch/wearos/.idea/gradle.xml | 1 + watch/wearos/.idea/misc.xml | 1 - 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 watch/wearos/.idea/deviceManager.xml diff --git a/watch/wearos/.idea/deviceManager.xml b/watch/wearos/.idea/deviceManager.xml new file mode 100644 index 0000000..91f9558 --- /dev/null +++ b/watch/wearos/.idea/deviceManager.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/watch/wearos/.idea/gradle.xml b/watch/wearos/.idea/gradle.xml index cdbc250..02c4aa5 100644 --- a/watch/wearos/.idea/gradle.xml +++ b/watch/wearos/.idea/gradle.xml @@ -1,5 +1,6 @@ +