mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-14 10:47:30 +00:00
5bdfb7df51
This commit adds github and fdroid product flavors. Sentry is added only to github builds. Sentry is opt-in.
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> |