Skip to content

Commit

Permalink
fix: bundle internet permission in AAR manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
shashanksu committed May 17, 2022
1 parent 7753d63 commit 0d70ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Adjust/sdk-core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.adjust.sdk">
<uses-permission android:name="android.permission.INTERNET" />
</manifest>

0 comments on commit 0d70ff4

Please sign in to comment.