mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 20:40:07 +03:00
[merge] Fix Fastfile after upstream merge
Change-Id: I31f905a222aa89f83d317c95df0e9097d5d8fac1
This commit is contained in:
parent
86317190c4
commit
4ad5062b1e
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ platform :android do
|
||||||
desc "Deploy a new version to Google Play"
|
desc "Deploy a new version to Google Play"
|
||||||
lane :deploy do
|
lane :deploy do
|
||||||
gradle(
|
gradle(
|
||||||
task: "clean bundleGplayRustCryptoRelease",
|
task: "clean bundleGplayRelease",
|
||||||
properties: {
|
properties: {
|
||||||
"android.injected.signing.store.file": keystore,
|
"android.injected.signing.store.file": keystore,
|
||||||
"android.injected.signing.store.password": keystore_pass,
|
"android.injected.signing.store.password": keystore_pass,
|
||||||
|
@ -45,7 +45,7 @@ platform :android do
|
||||||
desc "Deploy a beta to Google Play"
|
desc "Deploy a beta to Google Play"
|
||||||
lane :deploy_beta do
|
lane :deploy_beta do
|
||||||
gradle(
|
gradle(
|
||||||
task: "clean bundleGplayRustCryptoRelease",
|
task: "clean bundleGplayRelease",
|
||||||
properties: {
|
properties: {
|
||||||
"android.injected.signing.store.file": keystore,
|
"android.injected.signing.store.file": keystore,
|
||||||
"android.injected.signing.store.password": keystore_pass,
|
"android.injected.signing.store.password": keystore_pass,
|
||||||
|
|
Loading…
Add table
Reference in a new issue