ACRA / acra

Application Crash Reports for Android
https://www.acra.ch
Apache License 2.0
6.32k stars 1.14k forks source link

fix: forward-port to R8 next major version #1402

Closed mikehardy closed 3 weeks ago

mikehardy commented 3 weeks ago

This is in response to this warning and is simply the suggested change, with the intention that it is non-functional / results in the same keep behavior as before

WARNING: /Users/mike/.gradle/caches/8.10.2/transforms/05e2bc486ed1e2d3388799eab04515e2/transformed/acra-core-5.11.4/proguard.txt:15:1-17:1: R8: The current version of R8 implicitly keeps the default constructor for Proguard configuration rules that have no member pattern. If the following rule should continue to keep the default constructor in the next major version of R8, then it must be augmented with the member pattern { void <init>(); } to explicitly keep the default constructor: -keep interface org.acra.ErrorReporter

mikehardy commented 3 weeks ago

Thanks for the merge and release, I appreciate it 🤜 🤛