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

Upgrade the tests to Gradle and AGP 7 #392

Closed lemnik closed 3 years ago

lemnik commented 3 years ago

Goal

Upgrade the test fixture applications to build on Gradle 7.0.2 and Android Gradle Plugin 7.0.0-beta03 by default. This change does not attempt to alter the test-matrix currently run by Travis or remove tests incompatible with the new versions.

Testing

Our test fixtures are expected to fail as the Bugsnag Gradle Plugin is not yet compatible with these changes.