Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit cdda5ce

Browse files
committed
Fix Azure build errors ab#1409
1 parent 207d078 commit cdda5ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Client/App/Platforms/Android/MainApplication.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
namespace Functionland.FxFiles.Client.App.Platforms.Android;
1313

1414
[Application(
15-
LargeHeap = true,
15+
LargeHeap = true
1616
#if DEBUG
17-
UsesCleartextTraffic = true
17+
,UsesCleartextTraffic = true
1818
#endif
1919
)]
2020
public class MainApplication : MauiApplication

0 commit comments

Comments
 (0)