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
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
fix: Sign APK during release build using ESRP CodeSign (#17)
Currently, no part of our build or release pipeline signs the APK. This PR introduces the ESRP CodeSign task to release-build.yaml to sign our APK. This will allow us to download the APK from the build artifact for testing purposes and to consume said APK in the release pipeline. You can find a signed apk in the artifacts here. I verified that the cert of the newly published APK matches the cert of our previously published APK using keytool -list -printcert -jarfile <apk>.
0 commit comments