1
0

Remove firebase disable flag (#2471)

This commit is contained in:
Rafał Borcz
2024-03-09 10:03:36 +01:00
committed by GitHub
parent a7c2009e49
commit 5dd5697f65
10 changed files with 14 additions and 174 deletions

View File

@ -162,7 +162,7 @@ jobs:
openssl aes-256-cbc -d -in ./app/upload-key-encrypted.jks -k $ENCRYPT_KEY >> ./app/upload-key.jks
- run:
name: Publish release
command: ./gradlew publishPlayRelease --no-daemon --stacktrace --console=plain -PenableCrashlytics -PdisablePreDex
command: ./gradlew publishPlayRelease --no-daemon --stacktrace --console=plain -PdisablePreDex
workflows:
version: 2