Build Error after updating to API level 34 (Android 14)

As it states you have two version of play core libraries. There is a known issue where unity adds play-core 1.10 in some unity versions.

For a solution, you need to

  1. First identify if the play core 1.10.3 version is being added by unity or not (if you don’t find the lib in your project, check the final build.gradle file in Library/Bee… after making a build)
  2. If so, use the script we shared over here to avoid the issue.

Cheers,
VB Team