UI and UX fixes to make new trips (and the errors it might have less confusing) #26

Merged
remoll merged 2 commits from fix/frontend/greeter-ui into main 2024-09-30 16:09:10 +00:00
Showing only changes of commit 39df97f4d1 - Show all commits

View File

@ -41,9 +41,8 @@ jobs:
- name: Load secrets from github
run: |
echo "${{ secrets.ANDROID_SECRET_PROPERTIES }}" > secrets.properties
echo "${{ secrets.ANDROID_GOOGLE_PLAY_JSON }}" > fastlane/google-key.json
# decode the base64 encoded google key
echo "${{ secrets.ANDROID_SECRET_PROPERTIES_BASE64 }}" | base64 -d > secrets.properties
echo "${{ secrets.ANDROID_GOOGLE_PLAY_JSON_BASE64 }}" | base64 -d > fastlane/google-key.json
echo "${{ secrets.ANDROID_KEYSTORE_BASE64 }}" | base64 -d > release.keystore
working-directory: android