Closed lemnik closed 3 years ago
Dexguard paths configured relative to the project should be resolved correctly by the Bugsnag Android Gradle Plugin:
dexguard { path '../DexGuard-9.1.10' ... } }
Use the Gradle project.file function to resolve the path according to the Gradle project rules.
project.file
Tested manually using the support-provided Dexguard9 example project.
Goal
Dexguard paths configured relative to the project should be resolved correctly by the Bugsnag Android Gradle Plugin:
Changeset
Use the Gradle
project.file
function to resolve the path according to the Gradle project rules.Testing
Tested manually using the support-provided Dexguard9 example project.