Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.14 KB

File metadata and controls

35 lines (21 loc) · 1.14 KB

Build Status

Prebid Mobile Android SDK

To work with Prebid Mobile, you will need access to a Prebid Server. See this page for options.

Visit the Prebid documentation to study the available integration approaches or autogenerated API documentation for a description of available classes and methods.

Use Maven?

Easily include the Prebid Mobile SDK using Maven. Simply add this line to your gradle dependencies:

implementation 'org.prebid:prebid-mobile-sdk:3.3.3'

Build from source

Build Prebid Mobile from source code. After cloning the repo, from the root directory run

scripts/buildPrebidMobile.sh

to output the final lib jar and package you a demo app.

Test Prebid Mobile

Run the test script to run unit tests and integration tests.

scripts/testPrebidMobile.sh