We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Estimote SDK version: com.estimote:proximity-sdk:1.0.7
Android devices affected:
Android OS version affected: Android 12
Beacon hardware version:
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:
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]
Add here any logs you want to attach, or any other info, like pictures for example
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
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:
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
The text was updated successfully, but these errors were encountered: