From ebac67bc96b90821570c3f5ca7aca0f87ccd4d79 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Fri, 4 Aug 2023 21:48:19 +0100 Subject: [PATCH] Local testing --- .circleci/config.yml | 2 +- fastlane/Fastfile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 54d086e..cf1b24d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: | diff --git a/fastlane/Fastfile b/fastlane/Fastfile index afb85a2..40da376 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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",