Skip to content

Commit

Permalink
Merge pull request #460 from AppLovin/fix/move_network_security_config
Browse files Browse the repository at this point in the history
fix/move_network_security_config
  • Loading branch information
JonathanLiuApp authored Jan 6, 2025
2 parents 0b61432 + 1a172fe commit 803fa2d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.yourcompany.somename">
<application android:networkSecurityConfig="@xml/network_security_config" />
</manifest>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
target=android-31
android.library=true
File renamed without changes.

0 comments on commit 803fa2d

Please sign in to comment.