Avoid running test features on earlier versions of AGP / Gradle as they won't pass due to the compatibility checks.
This PR also disables all of our NDK tests due to a change in where AGP places it's intermediate so files. These tests will be re-enabled once we have a fix in-place for that change.
Testing
Testing relies on existing tests to illustrate the plugin compatibility. The only changes are to comment-out the NDK related tests (as mentioned above).
Goal
Avoid running test features on earlier versions of AGP / Gradle as they won't pass due to the compatibility checks.
This PR also disables all of our NDK tests due to a change in where AGP places it's intermediate
so
files. These tests will be re-enabled once we have a fix in-place for that change.Testing
Testing relies on existing tests to illustrate the plugin compatibility. The only changes are to comment-out the NDK related tests (as mentioned above).