Closed ghost closed 1 year ago
Fix builds for users of DexGuard 9.4+
Due to the DexGuard 9.4+ Gradle plugin no longer having a VERSION property, default to DexGaurd 9 behaviour when DexGuard is being used.
Users of earlier versions can use:
bugsnag.dexguardMajorVersion = 8
to revert to DexGuard 8 compatible behaviour.
Tested manually with DexGuard version 9.4 and DexGuard 8
This PR needs to be based on the v8/next branch (but is currently based on v7 next)
v8/next
next
Goal
Fix builds for users of DexGuard 9.4+
Design
Due to the DexGuard 9.4+ Gradle plugin no longer having a VERSION property, default to DexGaurd 9 behaviour when DexGuard is being used.
Users of earlier versions can use:
to revert to DexGuard 8 compatible behaviour.
Testing
Tested manually with DexGuard version 9.4 and DexGuard 8