Skip to content

Commit 958a330

Browse files
[docs] mention AndroidDexTool=d8 is default now (#9291)
This doc just looks a bit out of date.
1 parent 1977365 commit 958a330

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Documentation/docs-mobile/building-apps/build-properties.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,16 +343,18 @@ they're `0` and `10`.
343343

344344
## AndroidDexTool
345345

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]
348351
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
350353
documentation on [D8 and R8][d8-r8].
351354

352355
[dex]: https://source.android.com/devices/tech/dalvik/dalvik-bytecode
353356
[d8-r8]: https://github.com/xamarin/xamarin-android/blob/main/Documentation/guides/D8andR8.md
354357

355-
356358
## AndroidEnableDesugar
357359

358360
A boolean property that

0 commit comments

Comments
 (0)