From 361f0f5c75cd35f6c4cb8b38a0b88c64ceca6844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Wed, 23 Oct 2024 16:28:14 +0200 Subject: [PATCH] Move page size instructions to callout Make wording more consistent --- .../en/sdk/android/v4/integrations/signature-library.mdx | 7 ++++++- .../en/sdk/android/v5/integrations/signature-library.mdx | 7 ++++++- .../en/sdk/unity/v4/integrations/signature-library.mdx | 7 ++++++- .../en/sdk/unity/v5/integrations/signature-library.mdx | 7 ++++++- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/src/content/docs/en/sdk/android/v4/integrations/signature-library.mdx b/src/content/docs/en/sdk/android/v4/integrations/signature-library.mdx index dea33b3ad..46623c865 100644 --- a/src/content/docs/en/sdk/android/v4/integrations/signature-library.mdx +++ b/src/content/docs/en/sdk/android/v4/integrations/signature-library.mdx @@ -18,12 +18,17 @@ Adjust's SDK Signature library is designed to be a standalone plugin for the Adj ## Before you begin {#before-you-begin} + + +The SDK Signature library is configured to use [16KB page sizes](https://developer.android.com/guide/practices/page-sizes) in [version 3.32.0 or greater](https://github.com/adjust/adjust_signature_sdk/releases/tag/v3.32.0). + + + To integrate the Signature library into your Android app, ensure the following: - The Android API version in use is **21 or greater**. - The Adjust SDK version in use is **4.38.2 or greater**. This requirement applies even when the Adjust SDK is used indirectly. - If you use Proguard, you must use the exact same Proguard configuration for both the Signature library and the Adjust SDK. -- [16KB page size aligned Signature libraries](https://developer.android.com/guide/practices/page-sizes) are available from version [`3.32.0`](https://github.com/adjust/adjust_signature_sdk/releases/tag/v3.32.0). diff --git a/src/content/docs/en/sdk/android/v5/integrations/signature-library.mdx b/src/content/docs/en/sdk/android/v5/integrations/signature-library.mdx index a9ee526ed..4589a01f3 100644 --- a/src/content/docs/en/sdk/android/v5/integrations/signature-library.mdx +++ b/src/content/docs/en/sdk/android/v5/integrations/signature-library.mdx @@ -18,12 +18,17 @@ Adjust's SDK Signature library is designed to be a standalone plugin for the Adj ## Before you begin {#before-you-begin} + + +The SDK Signature library is configured to use [16KB page sizes](https://developer.android.com/guide/practices/page-sizes) in [version 3.32.0 or greater](https://github.com/adjust/adjust_signature_sdk/releases/tag/v3.32.0). + + + To integrate the Signature library into your Android app, ensure the following: - The Android API version in use is **21 or greater**. - The Adjust SDK version in use is **4.38.2 or greater**. This requirement applies even when the Adjust SDK is used indirectly. - If you use Proguard, you must use the exact same Proguard configuration for both the Signature library and the Adjust SDK. -- [16KB page size aligned Signature libraries](https://developer.android.com/guide/practices/page-sizes) are available from version [`3.32.0`](https://github.com/adjust/adjust_signature_sdk/releases/tag/v3.32.0). diff --git a/src/content/docs/en/sdk/unity/v4/integrations/signature-library.mdx b/src/content/docs/en/sdk/unity/v4/integrations/signature-library.mdx index 230c62671..d4c37c383 100644 --- a/src/content/docs/en/sdk/unity/v4/integrations/signature-library.mdx +++ b/src/content/docs/en/sdk/unity/v4/integrations/signature-library.mdx @@ -18,12 +18,17 @@ Adjust's SDK Signature library is designed to be a standalone plugin for the Adj ## Before you begin {#before-you-begin} + + +The SDK Signature library is configured to use [16KB page sizes](https://developer.android.com/guide/practices/page-sizes) in [version 3.32.0 or greater](https://github.com/adjust/adjust_signature_sdk/releases/tag/v3.32.0). + + + To integrate the Signature library into your Unity app, ensure the following: - The Android API version in use is **21 or greater**. - The Adjust SDK version in use is **4.37.2 or greater**. This requirement applies even when the Adjust SDK is used indirectly. - If you use Proguard, you must use the exact same Proguard configuration for both the Signature library and the Adjust SDK. -- [16KB page size aligned Signature libraries](https://developer.android.com/guide/practices/page-sizes) are available from version [`3.32.0`](https://github.com/adjust/adjust_signature_sdk/releases/tag/v3.32.0). diff --git a/src/content/docs/en/sdk/unity/v5/integrations/signature-library.mdx b/src/content/docs/en/sdk/unity/v5/integrations/signature-library.mdx index 1dcc4095f..0bb00d8a9 100644 --- a/src/content/docs/en/sdk/unity/v5/integrations/signature-library.mdx +++ b/src/content/docs/en/sdk/unity/v5/integrations/signature-library.mdx @@ -18,12 +18,17 @@ Adjust's SDK Signature library is designed to be a standalone plugin for the Adj ## Before you begin {#before-you-begin} + + +The SDK Signature library is configured to use [16KB page sizes](https://developer.android.com/guide/practices/page-sizes) in [version 3.32.0 or greater](https://github.com/adjust/adjust_signature_sdk/releases/tag/v3.32.0). + + + To integrate the Signature library into your Unity app, ensure the following: - The Android API version in use is **21 or greater**. - The Adjust SDK version in use is **4.37.2 or greater**. This requirement applies even when the Adjust SDK is used indirectly. - If you use Proguard, you must use the exact same Proguard configuration for both the Signature library and the Adjust SDK. -- [16KB page size aligned Signature libraries](https://developer.android.com/guide/practices/page-sizes) are available from version [`3.32.0`](https://github.com/adjust/adjust_signature_sdk/releases/tag/v3.32.0).