Skip to content

Commit

Permalink
refactor: update AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Feb 19, 2024
1 parent 0d11161 commit 80e8e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
tools:overrideLibrary="com.google.zxing.client.android"
tools:ignore="GoogleAppIndexingWarning, HardcodedDebugMode">

<meta-data android:name="io.sentry.auto-init" android:value="false" />

<activity
android:name="net.ivpn.core.v2.timepicker.TimePickerActivity"
android:theme="@style/AppTheme.Transparent" />
Expand Down
4 changes: 0 additions & 4 deletions fdroid/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
android:hasFragileUserData="false"
tools:ignore="HardcodedDebugMode">

<meta-data
android:name="io.sentry.dsn"
android:value="${SENTRY_DSN}" />

</application>

</manifest>

0 comments on commit 80e8e88

Please sign in to comment.