Android Gradle plugin not found during gradle build

Godot Version

4.2.1

Question

I’m trying to export a project to Android using Gradle Builds. Using the default “android gradle build template”, I got this error:
Sin título

The reason I am using Gradle Builds is that my latest Android SDK Platform version is 28, and it seems that without at least android-33, the APK file exported cannot be installed on android devices. However, as the minimun requried SDK for gradle builds is said to be 24, I thought it should work. But it seems it cannot get that plugin, nor the ‘org.jetbrains.kotlin.android’ specified in the build.gradle file. Can you help me?