Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
Hi Ed, Thank you so much for these suggestions. I've been reviewing them and merging them in. Hopefully it should be live. I've included a thank you note too in the article.
ap...@google.com <ap...@google.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
Description
Component used: Fragment Version used: 1.2.1
When building from the command line, R8 outputs the following warning:
R8: The rule
-neverclassinline public class ** implements androidx.fragment.app.Fragment
uses implements but actually matches extends. R8: The rule-keep public class ** implements androidx.fragment.app.Fragment { public <init>(); }
uses implements but actually matches extends.The ProGuard rules should be changed to use
extends
rather thanimplements
.