Files
Kotatsu/app/src/debug/AndroidManifest.xml
2024-04-11 10:39:39 +03:00

13 lines
240 B
XML

<manifest
xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity
android:name=".tracker.ui.debug.TrackerDebugActivity"
android:label="@string/check_for_new_chapters" />
</application>
</manifest>