File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
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-
42- < edit-config file = " app/src/main/AndroidManifest.xml " mode = " merge " target = " /manifest/ application" >
43- < application android : networkSecurityConfig = " @xml/network_security_config " />
44- < application android : usesCleartextTraffic = " true " />
45- < application android : hardwareAccelerated =" true" />
46- < application android : largeHeap =" true" />
47- < application android : requestLegacyExternalStorage =" true" />
48- < application android : enableOnBackInvokedCallback =" false" />
41+ < edit-config file = " AndroidManifest.xml " mode = " merge " target = " /manifest/application " >
42+ < application
43+ android : usesCleartextTraffic = " true "
44+ android : networkSecurityConfig = " @xml/network_security_config "
45+ android : hardwareAccelerated =" true"
46+ android : largeHeap =" true"
47+ android : requestLegacyExternalStorage =" true"
48+ android : enableOnBackInvokedCallback =" false" />
4949 </edit-config >
5050
5151 <edit-config file =" app/src/main/AndroidManifest.xml" mode =" merge" target =" /manifest/application/activity[@android:name='MainActivity']" >
You can’t perform that action at this time.
0 commit comments