To use this plugin simply reference any action to your mobile app.
This will ensure that when compiling your APK some options are added in your gradle.properties file.
The options are:
android.useAndroidX=true
android.enableJetifier=true
The Jetifier is a tool that will help to migrate to AndroidX Support Library.
These options should be used only as a last resort as they will increase the build time of your app, and ideally shouldn’t be needed.
Updating typo in the name