Add googleservicesjson to ci

This commit is contained in:
Christian Pauly 2020-01-03 17:24:47 +01:00
parent 8d7aaa44a6
commit 9113afda37
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +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 && ls && cd ../..
- flutter build apk --release
artifacts:
when: on_success