azavea / cac-tripplanner-android

GoPhillyGo Android app
https://gophillygo.org
Apache License 2.0
3 stars 3 forks source link

Release testing version of app with updated keystore #206

Closed ktohalloran closed 1 year ago

ktohalloran commented 1 year ago

Based on research as a part of #204, this app is already enrolled and being signed via Google App Signing. Therefore, we need to change to releasing via a new upload key and via App Bundle instead of APK. In order to isolate as many unknowns as possible, we should release an App Bundle with the old key, then use that process to release with the new key once it has been reset. This task is to complete the second half of this double release.

At the minimum, this task should include:

If we have time, we should: This should be spun out as its own issue if we don't end up having time in this card.

End goal:

ktohalloran commented 1 year ago

With the addition of #209, our end goal here is no longer to release a new version of the app but just to test the new upload key by releasing a test version. The new upload key does work and in the process, I noticed some strangeness with the use of release.properties, which has been addressed in PR #212.