From 3c04e0eebb400c51ab8196daba96b93d3b414b1a Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Mon, 4 Jan 2021 23:48:54 +0100
Subject: Use full class path in AndroidManifest
Allows to make debug variant of the app by only changing the `package`
attribute.
---
AndroidManifest.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'AndroidManifest.xml')
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 45dee7d..1ec1d79 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -13,7 +13,7 @@
android:icon="@drawable/ic_launcher"
android:hardwareAccelerated="false">
-
@@ -23,7 +23,7 @@
android:resource="@xml/method" />
-
--
cgit v1.2.3