saket / telephoto

Building blocks for designing media experiences in Compose UI
https://saket.github.io/telephoto/
Apache License 2.0
872 stars 29 forks source link

Missing APK certificate in release 0.3.0 #12

Closed SimonMarquis closed 1 year ago

SimonMarquis commented 1 year ago

I wanted to try and install the APK you provided for the 0.3.0 release. But it seems the APK has been generated without signing it, making it impossible to install (without manually signing it). Do you mind uploading it signed with a default debug keystore?

FWIW it could be automated in the build pipeline.

saket commented 1 year ago

Oh whoops, thanks for flagging this! I added a keystore to prevent this from happening again in the future. Can you try again?

https://github.com/saket/telephoto/releases/download/0.3.0/telephoto_0.3.0_sample.apk

SimonMarquis commented 1 year ago

LGTM, thanks for the quick fix.