1

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.

1 Answers1

1

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.

Michael
  • 3,776
  • 1
  • 16
  • 27