Change Android build Gradle version?

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?

1 Like

I also have same issue but am still looking for a way to solve it, please in case you find a solution don’t forget to share with me.