From deefc4e3921c7b2499081f5bbb90159629af7bd6 Mon Sep 17 00:00:00 2001 From: SSimco <37044560+SSimco@users.noreply.github.com> Date: Sat, 30 Aug 2025 21:08:26 +0300 Subject: [PATCH] cleanup --- src/android/app/src/debug/AndroidManifest.xml | 6 ------ .../app/src/debug/res/drawable/ic_debug.xml | 15 +++++++++++++++ .../debug/res/mipmap-anydpi-v26/ic_launcher.xml | 6 ++++++ .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 6 ++++++ .../main/res/mipmap-anydpi-v26/ic_launcher.xml | 1 + .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 1 + 6 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 src/android/app/src/debug/AndroidManifest.xml create mode 100644 src/android/app/src/debug/res/drawable/ic_debug.xml create mode 100644 src/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 src/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml diff --git a/src/android/app/src/debug/AndroidManifest.xml b/src/android/app/src/debug/AndroidManifest.xml deleted file mode 100644 index 0e716a78..00000000 --- a/src/android/app/src/debug/AndroidManifest.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/android/app/src/debug/res/drawable/ic_debug.xml b/src/android/app/src/debug/res/drawable/ic_debug.xml new file mode 100644 index 00000000..af4dba26 --- /dev/null +++ b/src/android/app/src/debug/res/drawable/ic_debug.xml @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml b/src/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..b6fd7c49 --- /dev/null +++ b/src/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml b/src/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 00000000..b6fd7c49 --- /dev/null +++ b/src/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 00f9eaaf..033bd784 100644 --- a/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -2,4 +2,5 @@ + \ No newline at end of file diff --git a/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index 00f9eaaf..033bd784 100644 --- a/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/src/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -2,4 +2,5 @@ + \ No newline at end of file