This PR updates Gradle version to 8.7 and AGP to 8.4.0 in 2 different commits: one updates it for the build env, another one updates it for the functional tests run.
This PR also removes Detekt from the build script - it is run externally in the static-analysis nested pipeline and it was using old version 1.17.0, which doesn't work with the change made.
Review checklist (to be filled by reviewers)
[ ] Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
[ ] Make sure you discussed the feature or bugfix with the maintaining team in an Issue
[ ] Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)
What does this PR do?
This PR updates Gradle version to 8.7 and AGP to 8.4.0 in 2 different commits: one updates it for the build env, another one updates it for the functional tests run.
This PR also removes Detekt from the build script - it is run externally in the
static-analysis
nested pipeline and it was using old version 1.17.0, which doesn't work with the change made.Review checklist (to be filled by reviewers)