Hi Paulo,
From log file also found same reason of failure.
The build phase failed to complete!
[2022-07-17T22:11:00.030Z] [ERROR] [Build] Reason: There was an issue generating the app. Gradle now requires you to declare dependencies using "implementation" or "api" instead of "compile". The dependency being incorrectly declared is "com.github.tony19:logback-android:1.1.1-9". Check your plugin configurations and try again.
So basically you need to find out the plugin which have reference of this GIT repo and then update the Github URL with latest version in the plugin. Then refresh the dependency in your application and you are good to go.
regards