This goes together with the reset of the steps in https://developer.android.com/studio/build/multidex.html
This is our MainApplication.java without all the third party packages we import and use.
The key things are to import the class:
import android.support.multidex.MultiDexApplication;