Skip to content

Commit

Permalink
Move page size instructions to callout
Browse files Browse the repository at this point in the history
Make wording more consistent
  • Loading branch information
Sporiff committed Oct 23, 2024
1 parent e2495ac commit 361f0f5
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}

<Callout type="note">

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).

</Callout>

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).

<Callout type="important">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}

<Callout type="note">

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).

</Callout>

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).

<Callout type="important">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}

<Callout type="note">

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).

</Callout>

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).

<Callout type="important">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}

<Callout type="note">

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).

</Callout>

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).

<Callout type="important">

Expand Down

0 comments on commit 361f0f5

Please sign in to comment.