ой я релиз сломал

This commit is contained in:
Lain Iwakura 2025-08-09 18:16:06 +03:00
parent 875aab1185
commit af4d45a731
No known key found for this signature in database
GPG Key ID: C7C18257F2ADC6F8

View File

@ -30,10 +30,6 @@
android:name="androidx.work.impl.foreground.SystemForegroundService" android:name="androidx.work.impl.foreground.SystemForegroundService"
android:exported="false" android:exported="false"
android:foregroundServiceType="dataSync" /> android:foregroundServiceType="dataSync" />
<service
android:name=".workers.ThreadsCheckWorker"
android:exported="false"
android:foregroundServiceType="dataSync" />
</application> </application>
</manifest> </manifest>