Skip to content

Commit

Permalink
[docs] mention AndroidDexTool=d8 is default now (#9291)
Browse files Browse the repository at this point in the history
This doc just looks a bit out of date.
  • Loading branch information
jonathanpeppers committed Sep 10, 2024
1 parent 1977365 commit 958a330
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Documentation/docs-mobile/building-apps/build-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,16 +343,18 @@ they're `0` and `10`.

## AndroidDexTool

An enum-style property with valid
values of `dx` or `d8`. Indicates which Android [dex][dex]
An enum-style property with a valid
value of `d8`. _Previously, a value of `dx` was supported in
Xamarin.Android._

Indicates which Android [dex][dex]
compiler is used during the .NET for Android build process.
The default value is `dx`. See our
The default value is `d8`. See our
documentation on [D8 and R8][d8-r8].

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


## AndroidEnableDesugar

A boolean property that
Expand Down

0 comments on commit 958a330

Please sign in to comment.