mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-14 18:57:30 +00:00
10 lines
256 B
XML
10 lines
256 B
XML
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
package="awais.instagrabber">
|
||
|
|
||
|
<application>
|
||
|
<meta-data
|
||
|
android:name="io.sentry.auto-init"
|
||
|
android:value="false" />
|
||
|
</application>
|
||
|
|
||
|
</manifest>
|