My Android game uses an API which requires compileSDK of 34, while the UE default gradle plugin version is 7.4.2:
LogPlayLevel: Warning: UAT: WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 34
LogPlayLevel: UAT: This Android Gradle plugin (7.4.2) was tested up to compileSdk = 33
I’ve tried changing the gradle wrapper to gradle 8.10, and even the build.gradle at UE_5.4\Engine\Build\Android\Java\gradle. Is there a correct way to update the gradle/gradle plugin version?