Fixed
Status Update
Comments
br...@snapchat.com <br...@snapchat.com> #2
Running into a similar issue, any update on this?
ze...@google.com <ze...@google.com> #3
This is a platform behavior change.
th...@gmail.com <th...@gmail.com> #4
Reassigning to current owner per go/androidx/owners.
th...@gmail.com <th...@gmail.com> #6
Any progress?
mk...@google.com <mk...@google.com> #7
deleted
ze...@google.com <ze...@google.com>
ap...@google.com <ap...@google.com> #9
Any possible workaround for us before that ? We're currently migrating our app to be edge-to-edge as per Android 15 migration and this would force us to make API 30-specific cases everywhere
Description
Background
In R8 3.2.27, source DebugInfo is kept on all our classes.
We do not have the following keep rule in our proguard rules:
So source for all classes is just "SourceFile". In R8 2.x, source was removed from all classes.