Android-Proximity-SDK
Android-Proximity-SDK copied to clipboard
Last Version still uses Android Support instead of AndroidX
Prerequisites
- [X] Put an X between the brackets on this line if you have done all of the following:
- My beacons have Estimote Monitoring enabled (Check it in the Estimote Cloud, or via app)
- My Android device/devices supports BLE and has Android OS version >= 5.0.0
- My Android device/devices have bluetooth enabled
- My app has Location Permissions granted
Basic information
Estimote SDK version: com.estimote:proximity-sdk:1.0.7
Android devices affected:
Android OS version affected: Android 12
Beacon hardware version:
Description
I'm trying to remove Jetifier from my app, but the latest version of your library still uses Android Support Libraries, instead of android X libraries
project :app -> project :libraries: -> com.estimote:proximity-sdk:1.0.7 -> com.android.support:support-annotations:28.0.0 project :app -> project :libraries: -> com.estimote:proximity-sdk:1.0.7 -> android.arch.persistence.room:rxjava2:1.1.1 -> com.android.support:support-core-utils:28.0.0 -> com.android.support:documentfile:28.0.0
(Optional) Steps to reproduce:
- [First Step]
- [Second Step]
- [and so on...]
Expected behavior: Could you create a new tag version with the libraries updated?
https://developer.android.com/jetpack/androidx/migrate
Actual behavior: [What actually happens]
Additional information
Add here any logs you want to attach, or any other info, like pictures for example