-
Notifications
You must be signed in to change notification settings - Fork 50
Syw UID2-3502 fix android doco #581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
81577a1
e6befe8
fc64ba5
c445b06
5bc8c62
3129cfc
5718242
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,6 +38,7 @@ To run this plugin, install the following: | |
| - [SDK](https://central.sonatype.com/artifact/com.uid2/uid2-android-sdk) | ||
| - [UID2 SDK for Android Reference Guide](../sdks/uid2-sdk-ref-android.md) | ||
| 1. [UID2 Android GMA Plugin v0.5.0](https://central.sonatype.com/artifact/com.uid2/uid2-android-sdk-gma/) | ||
| 1. If you are using R8 or Proguard, add the necessary file mentioned in [here](#notes-for-using-r8-or-proguard) | ||
|
|
||
| ## Installation | ||
|
|
||
|
|
@@ -67,3 +68,11 @@ To install with Maven, add the SDK as a dependency in the `pom.xml` file: | |
| <version>0.5.0</version> | ||
| </dependency> | ||
| ``` | ||
|
|
||
| ## Notes for using R8 or ProGuard | ||
|
||
|
|
||
| If you are using R8 the shrinking and obfuscation rules are included automatically. | ||
|
||
|
|
||
| ProGuard users must manually add the options from | ||
|
||
| [uid2-gma.pro](https://github.com/IABTechLab/uid2-android-sdk/blob/main/securesignals-gma/uid2-gma.pro). | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,6 +38,7 @@ To run this plugin, install the following: | |
| - [SDK](https://central.sonatype.com/artifact/com.uid2/uid2-android-sdk) | ||
| - [UID2 SDK for Android Reference Guide](../sdks/uid2-sdk-ref-android.md) | ||
| 1. [UID2 IMA Plugin for Android v0.5.0](https://central.sonatype.com/artifact/com.uid2/uid2-android-sdk-ima) | ||
| 1. If you are using R8 or Proguard, add the necessary file mentioned in [here](#notes-for-using-r8-or-proguard) | ||
|
||
|
|
||
| ## Installation | ||
|
|
||
|
|
@@ -67,3 +68,11 @@ To install with Maven, add the SDK as a dependency in the `pom.xml` file: | |
| <version>0.5.0</version> | ||
| </dependency> | ||
| ``` | ||
|
|
||
| ## Notes for using R8 or ProGuard | ||
|
|
||
| If you are using R8 the shrinking and obfuscation rules are included automatically. | ||
|
||
|
|
||
| ProGuard users must manually add the options from | ||
| [uid2-ima.pro](https://github.com/IABTechLab/uid2-android-sdk/blob/main/securesignals-ima/uid2-ima.pro). | ||
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -81,9 +81,14 @@ The binary is published on Sonatype: | |
|
|
||
| ## Minimum Requirements | ||
|
|
||
| Minimum requirements for this SDK are as follows: | ||
| To consume the binary package of this SDK in your app: | ||
|
|
||
| - Android Studio version: v2023.3.1+ | ||
| - Minimum target Android version: 4.4+ / API 19+ (SDK) 5.0+ | ||
|
|
||
|
|
||
| To run the development app as mentioned in the [Client-Side Integration Guide for Mobile](../guides/integration-mobile-client-side#client-side-integration-example) or build binary from source code, minimum requirements are as follows: | ||
|
||
|
|
||
| - Android Studio version: v2023.3.1+ and the Gradle | ||
| - Minimum target Android version: 4.4+ / API 19+ (SDK) 5.0+ / API 21+ (Dev-App) | ||
|
|
||
| <!-- See also: [Requirements](https://github.com/IABTechLab/uid2-android-sdk/blob/main/README.md#requirements). --> | ||
|
|
@@ -94,7 +99,7 @@ There are two options for installing the Android UID2 SDK: | |
|
|
||
| - [Gradle](#installing-with-gradle) | ||
|
|
||
| - [ Maven](#installing-with-maven) | ||
| - [Maven](#installing-with-maven) | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. previous typo |
||
|
|
||
| ### Installing with Gradle | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed