How to update UART Module

I trying update uart module with dependencies implementation 'no.nordicsemi.android:ble:2.6.0'

and implementation 'no.nordicsemi.android:ble-common:2.0.0'. but in BleProfileService.java  BleManagerCallbacks method is deprecated and 

UARTManager.java in this file object is not getting from LoggableBleManager<UARTManagerCallbacks>.

Please help me Solve this library issue.

Thank you in advance.

Related