From 25233f325939847d9fece933fc71012f62e036fe Mon Sep 17 00:00:00 2001 From: Rob Emery Date: Wed, 16 Oct 2024 01:30:18 +0100 Subject: [PATCH] App is now called debug so its easier to spot --- android/app/src/debug/res/values/string.xml | 4 ++++ android/app/src/main/AndroidManifest.xml | 2 +- android/app/src/main/res/values/string.xml | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 android/app/src/debug/res/values/string.xml create mode 100644 android/app/src/main/res/values/string.xml diff --git a/android/app/src/debug/res/values/string.xml b/android/app/src/debug/res/values/string.xml new file mode 100644 index 0000000..a01a60a --- /dev/null +++ b/android/app/src/debug/res/values/string.xml @@ -0,0 +1,4 @@ + + + Obtainium Debug + \ No newline at end of file diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 935509b..6ce6efa 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -2,7 +2,7 @@ xmlns:tools="http://schemas.android.com/tools" package="dev.imranr.obtainium"> + + Obtainium + \ No newline at end of file