fix issues with package names

This commit is contained in:
2025-03-16 18:56:14 +03:00
parent 6995fc385c
commit 79e5823ff8
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -22,7 +22,7 @@
tools:targetApi="tiramisu">
<activity
android:name=".presentation.MainActivity"
android:name="dev.meloda.fast.presentation.MainActivity"
android:exported="true"
android:windowSoftInputMode="adjustResize">
@@ -38,13 +38,13 @@
</activity>
<service
android:name=".service.longpolling.LongPollingService"
android:name="dev.meloda.fast.service.longpolling.LongPollingService"
android:enabled="true"
android:exported="false"
android:foregroundServiceType="dataSync" />
<service
android:name=".service.OnlineService"
android:name="dev.meloda.fast.service.OnlineService"
android:enabled="true"
android:exported="false"
android:foregroundServiceType="dataSync" />