Skip to content
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

Syw UID2-3502 fix android doco #84

Merged
merged 2 commits into from
May 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,7 @@ The UID 2 Project is subject to the IAB Tech Lab Intellectual Property Rights (I
├── README.md
```

## Requirements

* Android Studio (2022.1.1 Patch 2+)

| Platform | Minimum target |
|----------|-----------------------------------------------|
| Android | 4.4+ / API 19+ (SDK) 5.0+ / API 21+ (Dev-App) |

## Install and Usage
## Requirements, Installation and Usage

For the latest instructions on how to use the SDK and plugins in this repository, refer to the following:

Expand All @@ -42,13 +34,6 @@ For the latest instructions on how to use the SDK and plugins in this repository
| UID2 Google Mobile Ads (GMA) Plugin | [UID2 GMA Plugin for Android Integration Guide](https://unifiedid.com/docs/guides/mobile-plugin-gma-android) |
| UID2 Interactive Media Ads (IMA) Plugin | [UID2 IMA Plugin for Android Integration Guide](https://unifiedid.com/docs/guides/mobile-plugin-ima-android) |

R8 / 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) and [uid2-ima.pro](https://github.com/IABTechLab/uid2-android-sdk/blob/main/securesignals-ima/uid2-ima.pro).

## Development

The UID2 SDK is a standalone headless library defined and published via Maven Central. As such the `dev-app` is the primary way for developing the SDK. Use Android Studio to open the root folder to begin development.
Expand Down
Loading