From 3f7424082339baa9dc0cc1c4e4cbaca841ed862e Mon Sep 17 00:00:00 2001 From: nin0dev Date: Thu, 2 May 2024 07:50:51 -0400 Subject: [PATCH] Added separate debug app info --- app/build.gradle | 2 +- app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml | 6 ++++++ app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml | 6 ++++++ app/src/debug/res/values/strings.xml | 3 +++ app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 2 +- app/src/main/res/values/colors.xml | 1 + 6 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 app/src/debug/res/values/strings.xml diff --git a/app/build.gradle b/app/build.gradle index b49bcc3..2395c55 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ android { buildTypes { debug { - + applicationIdSuffix ".debug" } release { diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..8b20aae --- /dev/null +++ b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 0000000..bfdb1ed --- /dev/null +++ b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/src/debug/res/values/strings.xml b/app/src/debug/res/values/strings.xml new file mode 100644 index 0000000..a65651d --- /dev/null +++ b/app/src/debug/res/values/strings.xml @@ -0,0 +1,3 @@ + + Dev Vendroid + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 8b20aae..bfdb1ed 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index f976cab..c91ee5a 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,6 +1,7 @@ #5865F2 + #FFC800 #3F4CDA #FFFFFF #E0E0FF