From d848f6f714aa12eae43cec7a5b38b45b53d81a21 Mon Sep 17 00:00:00 2001 From: himalia416 Date: Wed, 6 Aug 2025 14:43:01 +0200 Subject: [PATCH] fixed release issues --- .github/workflows/deploy-to-play-store.yml | 10 ++-- fastlane/README.md | 59 ---------------------- fastlane/report.xml | 44 ---------------- 3 files changed, 3 insertions(+), 110 deletions(-) delete mode 100644 fastlane/README.md delete mode 100644 fastlane/report.xml diff --git a/.github/workflows/deploy-to-play-store.yml b/.github/workflows/deploy-to-play-store.yml index 58e76ae9..cca0aad7 100644 --- a/.github/workflows/deploy-to-play-store.yml +++ b/.github/workflows/deploy-to-play-store.yml @@ -5,7 +5,7 @@ on: - '*' workflow_dispatch: jobs: - restorePassword: + deployAabToGooglePlayInternal: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -13,8 +13,8 @@ jobs: fetch-depth: 0 - uses: actions/setup-java@v4 with: - distribution: 'corretto' - java-version: '17' + distribution: 'jetbrains' + java-version: '21' - shell: bash env: KEYSTORE_ALIAS: ${{ secrets.KEYSTORE_ALIAS }} @@ -22,11 +22,7 @@ jobs: KEYSTORE_PSWD: ${{ secrets.KEYSTORE_PSWD }} GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }} GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }} - OSSR_USERNAME: ${{ secrets.OSSR_USERNAME }} - OSSR_PASSWORD: ${{ secrets.OSSR_PASSWORD }} - SONATYPE_STATING_PROFILE_ID: ${{ secrets.SONATYPE_STATING_PROFILE_ID }} run: | - pwd echo "${{ secrets.GOOGLE_SERVICES }}" | base64 --decode > app/google-services.json echo "${{ secrets.KEYSTORE_FILE }}" > keystore.asc gpg -d --passphrase "${{ secrets.KEYSTORE_FILE_PSWD }}" --batch keystore.asc > keystore diff --git a/fastlane/README.md b/fastlane/README.md deleted file mode 100644 index fb13211a..00000000 --- a/fastlane/README.md +++ /dev/null @@ -1,59 +0,0 @@ -fastlane documentation -================ -# Installation - -Make sure you have the latest version of the Xcode command line tools installed: - -``` -xcode-select --install -``` - -Install _fastlane_ using -``` -[sudo] gem install fastlane -NV -``` -or alternatively using `brew install fastlane` - -# Available Actions -## Android -### android test -``` -fastlane android test -``` -Runs all the tests -### android beta -``` -fastlane android beta -``` -Submit a new Beta Build to Crashlytics Beta -### android deploy -``` -fastlane android deploy -``` -Deploy a new version to the Google Play -### android deployAlpha -``` -fastlane android deployAlpha -``` -Deploy build to Alpha channel. -### android deployBeta -``` -fastlane android deployBeta -``` -Deploy build to Beta channel. -### android deployInternal -``` -fastlane android deployInternal -``` -Deploy build to internal channel. -### android deployInternalLink -``` -fastlane android deployInternalLink -``` -Generate internal Play Store link to the apk - ----- - -This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. -More information about fastlane can be found on [fastlane.tools](https://fastlane.tools). -The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools). diff --git a/fastlane/report.xml b/fastlane/report.xml deleted file mode 100644 index 0d47ecca..00000000 --- a/fastlane/report.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - -