The build server builds for Android using SDK 29 by default (whereas the local build uses SDK 30)
Google is starting to ask to move apps to SDK 30
Building on the build server with
android.buildToolsVersion = 30
android.targetSDKVersion = 30
Results in an error:
Error: Target id is not valid. Use 'android list targets' to get the target ids.
Does something need updating? Gradle version perhaps?
Thanks
Javier