doki icon indicating copy to clipboard operation
doki copied to clipboard

Update to AndroidX request

Open RoderickQiu opened this issue 2 years ago • 2 comments

Hello!

Your project has set android.useAndroidX=true, but configuration :app:releaseRuntimeClasspath 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:releaseRuntimeClasspath -> dev.doubledot.doki:library:0.0.1 -> ru.noties.markwon:html:3.0.0 -> com.android.support:support-annotations:28.0.0

Android Support libs are outdated now, can a version with markwon version 4 be published? https://github.com/noties/Markwon/blob/master/build.gradle this new version will be requiring only AndroidX libs.

RoderickQiu avatar Aug 31 '23 14:08 RoderickQiu