Version 1.2.118 * Android Resolver: Added initial [Jetifier](https://developer.android.com/studio/command-line/jetifier) integration which simplifies [migration](ttps://developer.android.com/jetpack/androidx/migrate) to Jetpack ([AndroidX](https://developer.android.com/jetpack/androidx)) libraries in cases where all dependencies are managed by the Android Resolver. This can be enabled via the `Use Jetifier` option in the `Assets > Play Services Resolver > Android Resolver > Settings` menu. Caveats: - If your project contains legacy Android Support Library .jar and .aar files, these files will need to be removed and replaced with references to artifacts on Maven via `*Dependencies.xml` files so that the Jetifier can map them to Jetpack (AndroidX) libraries. For example, remove the file `support-v4-27.0.2.jar` and replace it with `<androidPackage spec="com.android.support:support-v4:27.0.2"/>` in a `*Dependencies.xml` file. - If your project contains .jar or .aar files that use the legacy Android Support Libraries, these will need to be moved into a local Maven repo [See this guide](https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html) and then these files should be removed from your Unity project and instead referenced via `*Dependencies.xml` files so that the Jetifier can patch them to reference the Jetpack lirbaries. Download [here](https://github.com/googlesamples/unity-jar-resolver/raw/v1.2.118/play-services-resolver-1.2.118.0.unitypackage)