Skip to content

Commit 221b1f5

Browse files
authored
Merge pull request #2383 from dpalou/MOBILE-3270
Mobile 3270
2 parents 2752580 + 0067106 commit 221b1f5

File tree

13 files changed

+190
-302
lines changed

13 files changed

+190
-302
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|screenLayout|smallestScreenSize" android:debuggable="true" />
6565
</edit-config>
6666
<edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/application">
67-
<application android:usesCleartextTraffic="true" />
67+
<application android:largeHeap="true" android:usesCleartextTraffic="true" />
6868
</edit-config>
6969
<config-file parent="/manifest/application" target="AndroidManifest.xml">
7070
<meta-data android:name="firebase_analytics_collection_deactivated" android:value="true" />

0 commit comments

Comments
 (0)