Skip to content

Commit 4746e32

Browse files
committed
Correctly link the network security config file
See #116
1 parent 475d70b commit 4746e32

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616

1717
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="false" android:xlargeScreens="false" />
1818

19-
<application android:name="${applicationName}" android:label="wger" android:icon="@mipmap/ic_launcher">
19+
<application
20+
android:name="${applicationName}"
21+
android:label="wger"
22+
android:icon="@mipmap/ic_launcher"
23+
android:networkSecurityConfig="@xml/network_security_config"
24+
>
2025

2126
<meta-data android:name="wger.api_key" android:value="${WGER_API_KEY}" />
2227
<meta-data android:name="wger.check_min_app_version" android:value="true" />

0 commit comments

Comments
 (0)