I've recently had an email from Google that I need to update an app to keep my developer account so I thought to just push an update to a game and due to so much time passing the requirements for updating apps has changed so I need to target at least 14, I'm trying to build but it keeps failing with the following:
QuoteYour bundle targets SDK 34, but uses a Play Core library that cannot be used with that version. Your current com.google.android.play:core:1.10.3 library is incompatible with targetSdkVersion 34 (Android 14), which introduces a backwards-incompatible change to broadcast receivers and may cause app crashes.
I've noticed after searching there is a patch using the beta feature of steam but it won't even get anywhere with building,
QuoteDisplay MoreFAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Could not open proj generic class cache for build file 'C:\Users\willi\AppData\Local\Temp\And8670.tmp\app\build.gradle' (C:\Users\willi\.gradle\caches\7.5\scripts\2ksfuhe7d4y4x6ts71ygxun5z).
> BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 63* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.* Get more help at Please login to see this link.
BUILD FAILED in 1s
Does anyone know how to fix this as I really need to fix this issue?