2.9.50 的 androidx 版本呢?
同问
I implemented 2.9.50 without problems in an AndroidX project.
Maybe androidx version is not necessary anymore
I found the answer, like the current version of BaseRecyclerViewAdapterHelper uses RecyclerView version 28, if you use android.enableJetifier=truein your project you won't have problems.
thanks
Most helpful comment
I found the answer, like the current version of BaseRecyclerViewAdapterHelper uses RecyclerView version 28, if you use
android.enableJetifier=truein your project you won't have problems.