File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Documentation/docs-mobile/building-apps Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -343,16 +343,18 @@ they're `0` and `10`.
343
343
344
344
## AndroidDexTool
345
345
346
- An enum-style property with valid
347
- values of ` dx ` or ` d8 ` . Indicates which Android [ dex] [ dex ]
346
+ An enum-style property with a valid
347
+ value of ` d8 ` . _ Previously, a value of ` dx ` was supported in
348
+ Xamarin.Android._
349
+
350
+ Indicates which Android [ dex] [ dex ]
348
351
compiler is used during the .NET for Android build process.
349
- The default value is ` dx ` . See our
352
+ The default value is ` d8 ` . See our
350
353
documentation on [ D8 and R8] [ d8-r8 ] .
351
354
352
355
[ dex ] : https://source.android.com/devices/tech/dalvik/dalvik-bytecode
353
356
[ d8-r8 ] : https://github.com/xamarin/xamarin-android/blob/main/Documentation/guides/D8andR8.md
354
357
355
-
356
358
## AndroidEnableDesugar
357
359
358
360
A boolean property that
You can’t perform that action at this time.
0 commit comments