Fixed
Status Update
Comments
kl...@google.com <kl...@google.com> #2
Is this fixed? I'm still seeing this issue with AGP 8.1.0-beta01 + Gradle 8.1
kl...@google.com <kl...@google.com> #3
The fix has not been landed.
kl...@google.com <kl...@google.com> #4
Due to this bug in CI we hit configuration cache invalidation 100% of the time. Can we make sure the fix lands soon? And especially before 8.1.0 stable.
cb...@google.com <cb...@google.com>
ba...@gmail.com <ba...@gmail.com> #5
I cc'ed you on the CL which should be landed this week.
pr...@gmail.com <pr...@gmail.com> #6
Aurimas, is this 8.1 blocking for Androidx? If not, feel free to remove the "Blocking release" label.
Description
STEPS TO REPRODUCE
1. Create a keystore where the keystore password is different from key password.
2. apksigner sign --ks keystore.jks some.apk
EXPECTED RESULTS
apksigner prompts for keystore password, then prompts for key password
ACTUAL RESULTS
apksigner prompts for keystore password, then fails claiming that it can't obtain the key because "Wrong password?"