The CI test matrix currently picks the latest previous major AGP version dynamically (currently 8.13.2), but does not test against the declared minimum supported AGP version (7.4). This means backwards-compatibility regressions against AGP 7.4 can ship undetected.
- Minimum supported AGP version in code: 7.4
- Compile AGP version: 8.10.1
- Lowest AGP version in current test matrix: 8.13.2
The version-selection script should be updated to hardcode the minimum supported AGP version so it is always included in the matrix, regardless of how the dynamic version picker resolves newer versions.
Action taken on behalf of Nelson Osacky.
The CI test matrix currently picks the latest previous major AGP version dynamically (currently 8.13.2), but does not test against the declared minimum supported AGP version (7.4). This means backwards-compatibility regressions against AGP 7.4 can ship undetected.
The version-selection script should be updated to hardcode the minimum supported AGP version so it is always included in the matrix, regardless of how the dynamic version picker resolves newer versions.
Action taken on behalf of Nelson Osacky.