From 958a330ab2378e5bf858dad707be720e4b3a5d90 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Tue, 10 Sep 2024 11:56:28 -0500 Subject: [PATCH] [docs] mention `AndroidDexTool=d8` is default now (#9291) This doc just looks a bit out of date. --- .../docs-mobile/building-apps/build-properties.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Documentation/docs-mobile/building-apps/build-properties.md b/Documentation/docs-mobile/building-apps/build-properties.md index 0c28c3efd43..62ba228678e 100644 --- a/Documentation/docs-mobile/building-apps/build-properties.md +++ b/Documentation/docs-mobile/building-apps/build-properties.md @@ -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