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
when I use this library, this is the error I get :
Your project has set android.useAndroidX=true, but configuration :app:debugRuntimeClasspath still contains legacy support libraries, which may cause runtime issues.
This behavior will not be allowed in Android Gradle plugin 8.0.
is there any way to fix it?
The text was updated successfully, but these errors were encountered:
when I use this library, this is the error I get :
Your project has set
android.useAndroidX=true
, but configuration:app:debugRuntimeClasspath
still contains legacy support libraries, which may cause runtime issues.This behavior will not be allowed in Android Gradle plugin 8.0.
is there any way to fix it?
The text was updated successfully, but these errors were encountered: