We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475d70b commit 4746e32Copy full SHA for 4746e32
android/app/src/main/AndroidManifest.xml
@@ -16,7 +16,12 @@
16
17
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="false" android:xlargeScreens="false" />
18
19
- <application android:name="${applicationName}" android:label="wger" android:icon="@mipmap/ic_launcher">
+ <application
20
+ android:name="${applicationName}"
21
+ android:label="wger"
22
+ android:icon="@mipmap/ic_launcher"
23
+ android:networkSecurityConfig="@xml/network_security_config"
24
+ >
25
26
<meta-data android:name="wger.api_key" android:value="${WGER_API_KEY}" />
27
<meta-data android:name="wger.check_min_app_version" android:value="true" />
0 commit comments