summaryrefslogtreecommitdiffstats
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlberto Duarte (PWC) <alberto.duarte.delgado@pwc.com>2023-06-05 16:39:48 +0100
committerAlberto Duarte (PWC) <alberto.duarte.delgado@pwc.com>2023-06-05 16:39:48 +0100
commit710cdf648c2f01d64cc8c7e12e3aef8b44880790 (patch)
tree4cb8e738211ceb6085dbdf47def1da67f938273d /app/src/main/AndroidManifest.xml
parent502fe9a6493b74ea231d02bcaae24e8e87eda98b (diff)
firebase
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 58e98da..449cc20 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -13,7 +13,7 @@
android:theme="@style/Theme.ProyectoAndroid"
tools:targetApi="31">
<activity
- android:name=".AuthActivity"
+ android:name=".presentation.activities.AuthActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.ProyectoAndroid">