Skip to content

Releases: prebid/prebid-mobile-android

2.1.1

19 Jun 11:44
625fde4
Compare
Choose a tag to compare

Prebid SDK

Internal Test Application

Full Changelog: 2.1.0...2.1.1

2.1.0

21 Apr 12:39
9d0c690
Compare
Choose a tag to compare

What's Changed

Prebid SDK

Deprecated Items

The following classes and methods have been deprecated in the scope of introducing multiformat ad units. They still work, but eventually, they will be removed from the SDK:

  • org.prebid.mobile.BannerBaseAdUnit.Parameters was deprecated. Use org.prebid.mobile.BannerParameters.
  • org.prebid.mobile.VideoBaseAdUnit.Parameters was deprecated. Use org.prebid.mobile.VideoParameters.
  • org.prebid.mobile.BannerAdUnit#setParameters() was deprecated. Use org.prebid.mobile.BannerAdUnit#setBannerParameters().
  • org.prebid.mobile.VideoBaseAdUnit#setParameters() was deprecated. Use org.prebid.mobile.VideoBaseAdUnit#setVideoParameters().
  • org.prebid.mobile.api.data.AdUnitFormat.DISPLAY was deprecated. Use org.prebid.mobile.api.data.AdUnitFormat.BANNER.
  • org.prebid.mobile.VideoInterstitialAdUnit was deprecated. Use org.prebid.mobile.InterstitialAdUnit with the ad unit formats parameter.
    InterstitialAdUnit(CONFIG_ID, EnumSet.of(AdUnitFormat.VIDEO));
  • org.prebid.mobile.VideoAdUnit was deprecated.
    • For outstream video ads use org.prebid.mobile.BannerAdUnit.BannerAdUnit with ad unit formats parameter
      BannerAdUnit(CONFIG_ID, WIDTH, HEIGHT, EnumSet.of(AdUnitFormat.VIDEO));
    • For instream video ads use org.prebid.mobile.BannerAdUnit.InstreamVideoAd.

Full Changelog: 2.0.9...2.1.0

2.0.9

16 Mar 14:52
03ea2c8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.8...2.0.9

2.0.8

31 Jan 09:31
6435f8d
Compare
Choose a tag to compare

What's Changed

Prebid SDK

Demo and Internal apps

New Contributors

Full Changelog: 2.0.7...2.0.8

2.0.7

16 Jan 12:27
82adcfb
Compare
Choose a tag to compare

What's Changed

Prebid SDK

Internal Test App

Full Changelog: 2.0.6...2.0.7

2.0.6

12 Dec 19:04
048f0cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.5...2.0.6

2.0.5

25 Nov 16:36
e780a66
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.4...2.0.5

2.0.4

08 Nov 16:02
9938aa5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.3...2.0.4

2.0.3

17 Aug 07:57
d50b473
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @GenarC made their first contribution in #477
  • @gerzalez-etermax made their first contribution in #486

Full Changelog: 2.0.2...2.0.3

2.0.2

08 Jul 14:42
342ad3c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2