---
title: "Mobile SDK Release Notes - 10122023"
canonical: "https://help.validic.com/space/VRN/blog/3663724557/Mobile%20SDK%20Release%20Notes%20-%2010122023"
format: markdown
---
## Android Native Libraries Released

- Android Full Library v1.16.0
- Android Aggregator Library v1.16.0
- Android LifeScan OneTouch Library v1.16.0

## Android Native Changes

**General**

- Added Android 14 support
  - Bumped `compileSdkVersion` and `targetSdkVersion` to Android 14 (34) for libraries and applications and tested with public Android 14 Release
  - Bumped `androidx.work` to 2.8.1
- Fixed incorrect `Fragment` import in the Sample App project

**Shared**

- Renamed `ValidicIntializer` class to `ValidicInitializer`

**Bluetooth**

- Bumped dependency `RxAndroidBLE` to 1.17.2
- Added new methods in `BluetoothPeripheralControllerListener` that include a `BluetoothDevice` argument that the operation is performed with
- Added nullability annotations and default implementations for all methods  
in `BluetoothPeripheralControllerListener`
- Guaranteed deterministic activityID generation for all 'Record's

**Samsung Health**

- Added `android.permission.FOREGROUND_SERVICE_DATA_SYNC` permission and foreground service declaration to AndroidManifest.xml


---

*Release completed October 12, 2023.*