Release notes
Change log and release notes for BlueStack Location SDK for Android.
[4.1.3] - 2023-05-10
Fixed
- Fixed package renaming issue during obfuscation.
[4.1.2] - 2023-04-26
Updated
- Upgrade gradle to 8.0.2
- [google-play-services-location] Updated to 21.0.1
[4.1.1] - 2023-03-10
Please consider the following when upgrading:
// For BlueStack Location SDK
implementation 'com.madvertise:location-sdk:4.1.1'
Changed
- Changed the groupId of the BlueStack Location SDK to:
com.azerion:bluestack-location-sdk
Fixed
- IABTCF_SpecialFeaturesOptIns check when using a cmp other than Bluestack CMP.
Removed
- Removed the BlueStack repository from project's gradle file.
[4.1.0] - 2022-01-13
Please consider the following when upgrading:
// For BlueStack Location SDK
implementation 'com.madvertise:location-sdk:4.1.0'
- Update targetSdkVersion / compileSdkVersion to 31
- Update kotlin version to 1.6.0 or above
- Added new permission (Apps that target Android SDK 31 or higher should declare: com.google.android.gms.permission.AD_ID in the app manifest to access Ad Id).
<uses-permission android:name="com.google.android.gms.permission.AD_ID" />
Added
- Support Android 12.
Fixed
- Rare crash occurring in LocationFusedReceiver.
[4.0.1] - 2021-07-09
Fixed
- issue with proguard-rules and Kotlin
[4.0.0] - 2021-04-26
Fixed
- Migration Java to Kotlin
- Improve Android 11 compatibility.
- Distinguish foreground and background points.
- rewrite workflow/architecture of Receiver (Detect breakpoint, algo optimisations) and Worker (points storage)