eclipse-kuksa / kuksa-android-companion

Apache License 2.0
3 stars 1 forks source link

Add staging signing config #29

Closed Chrylo closed 9 months ago

Chrylo commented 9 months ago

closes #27

You can this this in your own repo when using the same keys like this:

Screenshot 2023-12-01 at 13 15 11

Can be tested locally when adding e.g. the following to the local.properties: release.keystore.path=.android/debug.keystore release.keystore.key.alias=androiddebugkey release.keystore.key.password=android release.keystore.store.password=android

Docs for composite action: https://docs.github.com/en/actions/creating-actions/creating-a-composite-action

Added GitHub action for decoding the base64 keystore file: https://github.com/timheuer/base64-to-file

wba2hi commented 9 months ago

@SebastianSchildt PR can be merged