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

Android SDK 1.0.3 still uses legay support library #5

Open
jinqian opened this issue Feb 8, 2023 · 1 comment
Open

Android SDK 1.0.3 still uses legay support library #5

jinqian opened this issue Feb 8, 2023 · 1 comment

Comments

@jinqian
Copy link

jinqian commented Feb 8, 2023

Hello,

We recently integrated Piwik Pro Android SDK 1.0.3 (following your documentation) for our project but we are getting this warning while we are preparing to upgrade to Android Gradle plugin 8.0.

Could you please upgrade your SDK in order to not block the applications that use your SDK from upgrading to AGP 8.0? Thank you.

Your project has set `android.useAndroidX=true`, but configuration `:app:devDebugRuntimeClasspath` still contains legacy support libraries, which may cause runtime issues.
This behavior will not be allowed in Android Gradle plugin 8.0.
Please use only AndroidX dependencies or set `android.enableJetifier=true` in the `gradle.properties` file to migrate your project to AndroidX (see https://developer.android.com/jetpack/androidx/migrate for more info).

The following legacy support libraries are detected:
:app:devDebugRuntimeClasspath -> pro.piwik:sdk-framework-android:1.0.3 -> com.android.support:support-annotations:25.3.1

And if the problem has been resolved in your more recent versions, can you please update your official documentation?

@jinqian jinqian changed the title Android SDK still uses legay support library Android SDK 1.0.3 still uses legay support library Feb 8, 2023
@MGaetan89
Copy link

Hello,

This was fixed back in version 1.1.6.

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

2 participants