Local testing

This commit is contained in:
2023-08-04 21:48:19 +01:00
parent 9015e9d6c6
commit ebac67bc96
2 changed files with 2 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ commands:
- run:
name: Setup keystore
command: |
echo "$RELEASE_KEYSTORE_BASE64" | base64 --decode > "./keystore.jks"
echo "$BASE64_KEYSTORE" | base64 --decode > "./keystore.jks"
- run:
name: Setup playstore key
command: |

View File

@@ -35,8 +35,7 @@ platform :android do
gradle(
task: "clean bundle",
flavor: "Driver",
build_type: "Release"
)
build_type: "Release")
upload_to_play_store(
aab: "app/build/outputs/bundle/driverRelease/app-driver-release.aab",
json_key: "google-play-key.json",