Skip to content

Releases: adzerk/audience-android-sdk

0.5.1

07 Oct 12:55
0.5.1
Compare
Choose a tag to compare

This is a minor release to fix a bad publish of 0.5.0.

This release also updated the build dependencies and made the project ready for newer Android versions.
As a side effect, the target JDK version is now explicitly 11 and the target Android SDK version was bumped to 33 (Android 13).

See #50 for more details.

0.5.0

11 May 16:59
0.5.0
7535d19
Compare
Choose a tag to compare

Added

  • Add support for Android 11 (#40).

Changed

  • Stop using Advertising Id in track and match requests (#39).

Removed

  • Remove domain models. The track API supports sending event as JSONObject or JSON String (#41).

0.4.1

11 Sep 13:46
0.4.1
84a2387
Compare
Choose a tag to compare

Fixed

  • Don't throw an exception when ad id is unavailable (#33.

0.4.0

29 Jul 11:36
0.4.0
7d3d5e3
Compare
Choose a tag to compare

Changed

  • Change LineItem's productType to category(#27).

Removed

  • Remove Purchase and Refund events(#28).

0.3.0

27 Jul 14:49
0.3.0
f567c6d
Compare
Choose a tag to compare

Added

  • Add orderPlace event and remove subscription event(#25).

0.2.0

21 Jul 15:30
0.2.0
288fc66
Compare
Choose a tag to compare

Added

  • Add documentation website (#11).
  • Add appView event and update subscription event (#23).

Infrastructural

  • Upgrade build dependencies (#22).
  • Move CI to Github Actions (#14).

0.1.0

31 May 10:06
0.1.0
c2cd7fb
Compare
Choose a tag to compare

Added

  • Basic Track and Match functionality (#3).
  • Domain models for tracking events (#4).

Deprecated

  • Deprecated Volley in favor of OkHttp (#7).