Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last Version still uses Android Support instead of AndroidX #112

Open
1 task done
carlosjuarezflash opened this issue Apr 8, 2022 · 0 comments
Open
1 task done

Comments

@carlosjuarezflash
Copy link

Prerequisites

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant