From e644a6bb6982e864413f178fdc9aaf968a4f6dc7 Mon Sep 17 00:00:00 2001 From: Ben Henning Date: Thu, 17 Oct 2024 16:38:06 -0700 Subject: [PATCH] Update Upgrading-Target-Sdk-Guide.md Update Mermaid chart per RD's suggestion to support text wrapping for better screen size compatibility. --- wiki/Upgrading-Target-Sdk-Guide.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/wiki/Upgrading-Target-Sdk-Guide.md b/wiki/Upgrading-Target-Sdk-Guide.md index 4c1405682cb..bc5ce02e032 100644 --- a/wiki/Upgrading-Target-Sdk-Guide.md +++ b/wiki/Upgrading-Target-Sdk-Guide.md @@ -10,12 +10,13 @@ This guide describes the high-level process for upgrading the app to a newer ver ```mermaid flowchart TD - A(Step 1: Identifying the need to upgrade) -->|Tracking issue exists| B - B(Step 2: Auditing the Android OS changelog) -->|Audit complete| C - C(Step 3: Testing the app & filing problems) -->|Testing finished & issues filed| D - D(Step 4: Fixing and stabilizing support) -->|All issues fixed| E - E(Step 5: Submitting the upgrade) -->|Compile/target SDK PR submitted| F - F(Step 6: Future work items and upgrading Robolectric) -->|Future issues filed| G + classDef textWrap text-wrap: wrap; + A(Step 1: Identifying the need to upgrade):::textWrap -->|Tracking issue exists| B + B(Step 2: Auditing the Android OS changelog):::textWrap -->|Audit complete| C + C(Step 3: Testing the app & filing problems):::textWrap -->|Testing finished & issues filed| D + D(Step 4: Fixing and stabilizing support):::textWrap -->|All issues fixed| E + E(Step 5: Submitting the upgrade):::textWrap -->|Compile/target SDK PR submitted| F + F(Step 6: Future work items and upgrading Robolectric):::textWrap -->|Future issues filed| G G(Finished) ```