Upgrade to Gradle Play Publisher v2 (#228)

This commit is contained in:
Mikołaj Pich
2019-01-25 20:41:03 +01:00
committed by Rafał Borcz
parent ffc2ef9a4e
commit 43f6048c27
24 changed files with 11 additions and 13 deletions

View File

@ -159,7 +159,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 publishRelease --no-daemon --stacktrace --console=plain -PenableCrashlytics -PdisablePreDex
command: ./gradlew publish --no-daemon --stacktrace --console=plain -PenableCrashlytics -PdisablePreDex
workflows:
version: 2