doubledotlabs / doki

An Android library that displays information from dontkillmyapp.com to users in a clean and presentable manner.
https://jitpack.io/#dev.doubledot/doki
MIT License
170 stars 16 forks source link

Update to AndroidX request #16

Open RoderickQiu opened 10 months ago

RoderickQiu commented 10 months ago

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 commented 10 months ago

Thanks in advance.

mulledwineapps commented 9 months ago

Have the same issue