mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-09 22:10:27 -06:00
Fix google play deploy config (#1089)
This commit is contained in:
parent
81c9144448
commit
04ff05c22a
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -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 }}
|
||||
|
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user