This commit is contained in:
Zakhar Timoshenko
2023-05-06 16:15:17 +03:00
parent d5c24cd5c8
commit 41551451b0
9 changed files with 218 additions and 17 deletions

View File

@@ -161,6 +161,10 @@
</intent-filter>
</activity>
<activity
android:name=".scrobbling.kitsu.ui.KitsuAuthActivity"
android:exported="false"
android:label="@string/kitsu" />
<service
android:name="org.koitharu.kotatsu.download.ui.service.DownloadService"