We installed the Google Play Plugins for Asset Bundle delivery (GitHub - google/play-unity-plugins: The Google Play Plugins for Unity provide C# APIs for accessing various Play services) and everything worked fine for local builds.
On Cloud Build we are getting this error generated from within the Google Play Plugin itself saying
ERROR: Actionable build error: The highest installed Android API Level is 29, however version 30 is the minimum required to build for Google Play.
Could this be true? Does Cloud Build not have version 30 of the API installed or is the Google Play plugin failing to detect it correctly. Just wondering if anyone has been able to solve this.
- Brock