#CrossPlatformEssentialKitDependencies.xml usage in builds?

1 messages · Page 1 of 1 (latest)

spiral glen
#

Hi
I removed some Essential Kit options we weren't using, saved Unity and the essentials settings file was updated. I pushed a build out to qa, but then after closing Unity realised that some lines were removed from CrossPlatformEssentialKitDependencies.xml

Does this file effect Android builds? Basically asking if theres an urgent need for me to do a new build for QA based on CrossPlatformEssentialKitDependencies.xml having lines in them still that have been unticked from the essentials settings?

These lines are removed but not commited in to the build

    <!--Dependency added for using App Updater feature.-->
    <androidPackage
        spec="com.google.android.play:app-update:2.1.0" />
    <!--Dependency added for using App Shortcuts feature.-->
    <androidPackage
        spec="androidx.core:core-google-shortcuts:1.0.0+" />
    <!--Dependency added for using Background Task Services feature.-->
    <androidPackage
        spec="androidx.work:work-runtime:2.7.1" />
warm elm
#

We generate the dependencies file based on the features used. You can safely ignore and skip the QA.