bugsnag / bugsnag-android-gradle-plugin

Gradle plugin for BugSnag which uploads ProGuard, DexGuard and NDK mapping files, and sends build notifications
https://docs.bugsnag.com/build-integrations/gradle/
MIT License
70 stars 38 forks source link

Only run test features on AGP7 / Gradle 7 #395

Closed lemnik closed 3 years ago

lemnik commented 3 years ago

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).