You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace APK signing with AAB signing using jarsigner
- Change signing step to sign AAB files instead of APK
- Use jarsigner (required for AAB) instead of apksigner
- Sign with SHA256withRSA algorithm
- Verify signature after signing
- Fixes 'All uploaded bundles must be signed' error
0 commit comments