You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
jinqian
changed the title
Android SDK still uses legay support library
Android SDK 1.0.3 still uses legay support library
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.
And if the problem has been resolved in your more recent versions, can you please update your official documentation?
The text was updated successfully, but these errors were encountered: