File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 3838 <preference name =" GradlePluginKotlinEnabled" value =" true" />
3939 <preference name =" android-targetSdkVersion" value =" 36" />
4040
41+ <!-- Cordova does not merge this unless both of these are present -->
42+ <edit-config file =" AndroidManifest.xml" mode =" merge" target =" /manifest/application" >
43+ <application
44+ android : usesCleartextTraffic =" true"
45+ android : networkSecurityConfig =" @xml/network_security_config"
46+ android : hardwareAccelerated =" true"
47+ android : largeHeap =" true"
48+ android : requestLegacyExternalStorage =" true"
49+ android : enableOnBackInvokedCallback =" false" />
50+ </edit-config >
4151
52+ <!-- Cordova does not merge this unless both of these are present -->
4253 <edit-config file =" app/src/main/AndroidManifest.xml" mode =" merge" target =" /manifest/application" >
4354 <application android : networkSecurityConfig =" @xml/network_security_config" />
4455 <application android : usesCleartextTraffic =" true" />
You can’t perform that action at this time.
0 commit comments