I build my app with expo after running eas build I keep getting this same error
Android build failed: Gradle build failed with unknown error. See logs for the "Run gradlew" phase for more information."
this is the log: https://drive.google.com/file/d/1zI4UdV2XSpDooz_UuoDkWL8ODoe37SHQ/view?usp=share_link
eas.json
{
  "cli": {
    "version": ">= 2.6.0"
  },
  "build": {
    "development": {
      "developmentClient": true,
      "distribution": "internal"
    },
    "preview": {
      "distribution": "internal"
    },
    "production": {}
  },
  "submit": {
    "production": {}
  }
}
I will appreciate your help, this is already frustrating me for the past 3 day now, I cant process to the next stage.
Thanks.
