mirror of
https://github.com/hmalik144/Driver.git
synced 2026-01-31 02:41:46 +00:00
Local testing
This commit is contained in:
@@ -38,6 +38,9 @@ platform :android do
|
|||||||
build_type: "Release",
|
build_type: "Release",
|
||||||
properties: {
|
properties: {
|
||||||
"android.injected.signing.store.file" => "keystore.jks",
|
"android.injected.signing.store.file" => "keystore.jks",
|
||||||
|
"android.injected.signing.store.password" => ENV['RELEASE_STORE_PASSWORD'],
|
||||||
|
"android.injected.signing.key.alias" => ENV['RELEASE_KEY_ALIAS'],
|
||||||
|
"android.injected.signing.key.password" => ENV['RELEASE_KEY_PASSWORD'],
|
||||||
})
|
})
|
||||||
upload_to_play_store(
|
upload_to_play_store(
|
||||||
aab: "app/build/outputs/bundle/driverRelease/app-driver-release.aab",
|
aab: "app/build/outputs/bundle/driverRelease/app-driver-release.aab",
|
||||||
|
|||||||
Reference in New Issue
Block a user