Status Update
Comments
co...@protonmail.com <co...@protonmail.com> #2
uc...@google.com <uc...@google.com>
je...@google.com <je...@google.com> #3
sp...@google.com <sp...@google.com> #4
co...@protonmail.com <co...@protonmail.com> #5
co...@protonmail.com <co...@protonmail.com> #6
co...@protonmail.com <co...@protonmail.com> #7
sp...@google.com <sp...@google.com> #8
co...@protonmail.com <co...@protonmail.com> #9
sp...@google.com <sp...@google.com> #10
162013003
co...@protonmail.com <co...@protonmail.com> #11
sp...@google.com <sp...@google.com> #12
co...@protonmail.com <co...@protonmail.com> #13
Project: platform/frameworks/support
Branch: androidx-main
Author: Hao Dong <
Link:
Propogate cancel authentication in onStop() for all api levels.
Expand for full commit details
Propogate cancel authentication in onStop() for all api levels.
Bug: 149770989
Test: ./gradlew biometric:biometric:assemble
Change-Id: I8c393f400d60f2b2af075671c4cf2727e63d82b8
Files:
- M
biometric/biometric/src/main/java/androidx/biometric/BiometricFragment.java
Hash: 302fab7c34832a989f434e43f16b146d37fa08b6
Date: Wed Nov 13 02:45:59 2024
sp...@google.com <sp...@google.com> #14
Thanks for looking into it!
I agree it's strange they have an implementation
dependency on junit, and I'm glad they're removing it in okhttp 5+.
I'll go ahead and close this bug for now.
sp...@google.com <sp...@google.com>
sp...@google.com <sp...@google.com> #15
This is fixed by Change-Id: I12ec8785cd4dbb6e523c66b4620ed2388f448822, which will be in AGP 7.4.0-rc01 and 8.0.0-alpha08.
sp...@google.com <sp...@google.com> #16
Thanks for filing the bug, OP. Your observation in
co...@protonmail.com <co...@protonmail.com> #17
FUCK YEAH! Glad I was helpful! Appreciate you working through it with me here. Cheers. Once I update to alpha08 I will remove the workaround I added. cheers
Description
You can see some of my investigation in this threadhttps://github.com/firebase/firebase-android-sdk/issues/3966
My hypothesis is either AGP 7.4.0-alpha09 has something broken that prevents builds to firebase app distribution OR app distribution needs something changed so that it can handle these builds.
I do not have a minimal repro project. Everytime I try to prune down my companys project, the uploads to firebase work again.
What I can say for certain is that if I switch from AGP 7.4.0-alpha09 to AGP 7.3.0-beta05, then everything works. If I move back to AGP 7.4.0-alpha09 then I can't upload into firebase app dist BUT I can upload to play store. I'm generating apks (not bundles) in all cases as I have not switched to aabs yet.
To continue my research I'm going to try to go from alpha01 to alpha09 and see which one breaks.