Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 909 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 909 Bytes

Build Status

Prebid Mobile Android SDK

Get started with Prebid Mobile by creating a Prebid Server account here

Use Maven?

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

implementation 'org.prebid:prebid-mobile-sdk:[1,2)'

If you want explicit stable vesion, please use the following:

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

Build from source

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

./buildprebid.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.

./testprebid.sh