Releases: adzerk/audience-android-sdk
Releases · adzerk/audience-android-sdk
0.5.1
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
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
Fixed
- Don't throw an exception when ad id is unavailable (#33.
0.4.0
Changed
- Change
LineItem
's productType
to category
(#27).
Removed
- Remove
Purchase
and Refund
events(#28).
0.3.0
Added
- Add orderPlace event and remove subscription event(#25).
0.2.0
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
Added
- Basic Track and Match functionality (#3).
- Domain models for tracking events (#4).
Deprecated
- Deprecated Volley in favor of OkHttp (#7).