Android-Proximity-SDK icon indicating copy to clipboard operation
Android-Proximity-SDK copied to clipboard

Last Version still uses Android Support instead of AndroidX

Open carlosjuarezflash opened this issue 3 years ago • 0 comments

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:

  1. [First Step]
  2. [Second Step]
  3. [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

carlosjuarezflash avatar Apr 08 '22 16:04 carlosjuarezflash