pwa-builder / CloudAPK

Build Android APK packages on the cloud
Other
147 stars 44 forks source link

[temp] When bubblewrap fixes, remove key signing workaround #127

Open jgw96 opened 2 months ago

jgw96 commented 2 months ago

This bug https://github.com/GoogleChromeLabs/bubblewrap/issues/693 causes an issue where, since we were using the same generated password for both the keyPassword and storePassword, the build fails. I have implemented a workaround in the latest commit https://github.com/pwa-builder/CloudAPK/commit/10429c5a80fb512ed870ccee72981294837e93f3 , but when Bubblewrap fixes this issue, we should remove the workaround