feat: add Google service files

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
TheOneWithTheBraid 2022-11-27 11:54:05 +01:00
parent 158e2ca444
commit 8e6d1d3a42

View File

@ -187,6 +187,8 @@ build_p2022_android:
- cat ${P2020_BRANDING} | base64 -d > p2020_branding.tar
- tar -xf p2020_branding.tar
- rm p2020_branding.tar
- cp ${P2020_GOOGLE_SERVICES} android/app/google-services.json
- cp ${P2020_GOOGLE_PLIST} ios/Runner/GoogleService-Info.plist
- cp lib/config/themes_p2020.dart lib/config/themes.dart
- ./scripts/prepare-android-release.sh
only: