mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-08 21:27:03 +01:00
12 lines
369 B
XML
12 lines
369 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
package="pl.jakubweg">
|
|
|
|
<application
|
|
android:allowBackup="true"
|
|
android:icon="@mipmap/ic_launcher"
|
|
android:label="@string/app_name"
|
|
android:supportsRtl="true"
|
|
tools:ignore="AllowBackup" />
|
|
|
|
</manifest> |