This commit is contained in:
Christian Pauly 2020-01-03 17:35:36 +01:00
parent c73325b09a
commit 96906f5040
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ build_android_fdroid:
- cd android && echo "keyPassword=${FDROID_KEY_PASS}" >> key.properties && cd ..
- cd android && echo "keyAlias=key" >> key.properties && cd ..
- cd android && echo "storeFile=../key.jks" >> key.properties && cd ..
- cd android/app && echo $GOOGLE_SERVICES >> google-services.json && cat google-services.json && cd ../..
- cd android/app && echo $GOOGLE_SERVICES >> google-services.json && cd ../..
- flutter build apk --release
artifacts:
when: on_success