Status Update
Comments
ap...@google.com <ap...@google.com> #2
ap...@google.com <ap...@google.com> #3
ap...@google.com <ap...@google.com> #4
Hi.
I know proguard rules that in docs
But my ticket is about embedding these proguard rules into lib itself.
As I wrote, there was a commit specifically for that:
proguard.txt
file in credentials-play-services-auth-1.0.0-alpha09.aar
ap...@google.com <ap...@google.com> #5
Sure, let me check and update you on this, thanks for sharing.
ap...@google.com <ap...@google.com> #6
Hey, the rules are already added to the library. It might be h due to some configuration on your gradle file
Can you check if this is the root cause?
ap...@google.com <ap...@google.com> #7
Hi. I checked my gradle file for proguard config. It's correct.
Next. I cannot confirm that rules are already added to the library.
You can check it yourself:
In file in https://dl.google.com/dl/android/maven2/androidx/credentials/credentials-play-services-auth/1.0.0-alpha08/credentials-play-services-auth-1.0.0-alpha08.aar
there is no proguard.txt
file, but it has to be there.
ap...@google.com <ap...@google.com> #8
i believe this was added in alpha09, you shared alpha08 with me. Am i missing something?
mg...@google.com <mg...@google.com>
ap...@google.com <ap...@google.com> #9
pr...@google.com <pr...@google.com> #10
Yeah, thanks for reporting. We are checking this issue on our end. There seems to be some discrepancy.
Description
Add a
recreate
API inViewModelScenario
, which simulates a System Process Death recreating the ViewModel and all associated components. The new API allow to verify that a ViewModel correctly preserves and restores its state.