Skip to content

Commit

Permalink
Remove network security config file (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: varshabhatia <[email protected]>
  • Loading branch information
varshabhatia007 and varshabhatia authored Jun 7, 2024
1 parent fcf2d5b commit c44ae35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion hubspot/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

<application android:networkSecurityConfig="@xml/network_security_config">
<application>
<activity
android:name="com.hubspot.mobilesdk.HubspotWebActivity"
android:exported="true"
Expand Down
12 changes: 0 additions & 12 deletions hubspot/src/main/res/xml/network_security_config.xml

This file was deleted.

0 comments on commit c44ae35

Please sign in to comment.