Fix google play deploy config (#1089)

This commit is contained in:
Mikołaj Pich 2021-01-21 10:24:38 +01:00 committed by GitHub
parent 81c9144448
commit 04ff05c22a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -135,6 +135,7 @@ jobs:
gpg --yes --batch --passphrase=$ENCRYPT_KEY ./app/upload-key.jks.gpg
- name: Upload apk to google play
env:
PLAY_KEY_ALIAS: ${{ secrets.PLAY_KEY_ALIAS }}
PLAY_KEY_PASSWORD: ${{ secrets.PLAY_KEY_PASSWORD }}
PLAY_SERVICE_ACCOUNT_EMAIL: ${{ secrets.PLAY_SERVICE_ACCOUNT_EMAIL }}
PLAY_STORE_PASSWORD: ${{ secrets.PLAY_STORE_PASSWORD }}

View File

@ -138,7 +138,7 @@ ext {
}
dependencies {
implementation "io.github.wulkanowy:sdk:0.24.0"
implementation "io.github.wulkanowy:sdk:6b3a58ce"
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.1'