Home > Net >  Question> Does changing "android.support.multidex.MultiDexApplication" to "android
Question> Does changing "android.support.multidex.MultiDexApplication" to "android

Time:09-06

I've been using AS3/Anes/Distriqt.

Does changing "android.support.multidex.MultiDexApplication" to "androidx.multidex.MultiDexApplication" causes problem?

will anesdistriqt such as messaging, etc., malfunction?

Thank you.

CodePudding user response:

You should be using androidx.multidex.MultiDexApplication for all your applications now. distriqt's extensions no longer support the older android.support.xxx libraries and you should upgrade to androidx.

  • Related